Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3519815/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3519815,
    "uri": "https://api.kexp.org/v2/plays/3519815/?format=api",
    "airdate": "2025-06-28T05:35:05-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia601506.us.archive.org/4/items/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7-5853758932_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/4/items/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7/mbid-87a7ba84-0196-44b0-b9c2-5fcbe53dabe7-5853758932_thumb250.jpg",
    "song": "Walking on Sunshine",
    "track_id": "21987d97-d3c4-35ce-9e45-fcbfd87c445c",
    "recording_id": "2138bf67-fe08-46d3-863d-560e1b8c3043",
    "artist": "Katrina and the Waves",
    "artist_ids": [
        "a57505c9-6b43-4861-a498-fe00b349d591"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 15",
    "release_id": "87a7ba84-0196-44b0-b9c2-5fcbe53dabe7",
    "release_group_id": "5d533b81-8eeb-35ce-9a74-ed91e09d633f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}