Information about plays

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

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

{
    "id": 3543254,
    "uri": "https://api.kexp.org/v2/plays/3543254/?format=api",
    "airdate": "2025-08-22T10:20:42-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia801502.us.archive.org/7/items/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f-16286233347_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/7/items/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f-16286233347_thumb250.jpg",
    "song": "City Music",
    "track_id": "0279418a-e7a2-4e3c-894c-a1abfe918dbc",
    "recording_id": "d49559da-680d-407d-a5a6-f65bf6ddbbc1",
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "City Music",
    "release_id": "f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f",
    "release_group_id": "ce2c280d-0477-4901-ae43-86d0df621d10",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby will be on the west coast supporting Lord Huron:\n\n-Berkeley, at The Greek Theatre on Wednesday, October 15th\n\n-Seattle at Climate Pledge Arena on  Saturday, October 18th\n\nKevin Morby opened his 2017 Live on KEXP session for our VIP Club concert series with \"City Music.\" You can enjoy video of the full set here: https://youtu.be/9a1pwHE_at8\n\nhttps://kevinmorby.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}