Information about plays

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

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

{
    "id": 3627624,
    "uri": "https://api.kexp.org/v2/plays/3627624/?format=api",
    "airdate": "2026-03-11T02:55:21-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f93583e-e7f2-49ca-b04d-0c353689cdc3/29027205010-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f93583e-e7f2-49ca-b04d-0c353689cdc3/29027205010-250.jpg",
    "song": "Work It (Soulwax remix)",
    "track_id": null,
    "recording_id": "0ed21582-0a0f-4a2b-9c4b-dcfdf427e5f8",
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Work It (Soulwax Remix)",
    "release_id": null,
    "release_group_id": "b81560c6-e015-48f0-9824-31331599a6ac",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During the pandemic, Kevin and Abbie put this awesome video together. KEXP Afternoon Show listeners submitted their dance moves to Marie Davidson's \"Work It\" this past week so we could dance in isolation together all around the world! Check it out! https://www.youtube.com/watch?v=luWuzcVa_xM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}