Information about plays

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

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

{
    "id": 3548790,
    "uri": "https://api.kexp.org/v2/plays/3548790/?format=api",
    "airdate": "2025-09-04T10:09:06-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia601205.us.archive.org/29/items/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8-37727173947_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/29/items/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8-37727173947_thumb250.jpg",
    "song": "Water Fountain",
    "track_id": "e698c313-0945-4617-9553-a6fb83aa6294",
    "recording_id": "0adfeadd-1782-4e99-bf43-cbd904f232cf",
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "Nikki Nack",
    "release_id": "ec54d38a-8d69-4331-8929-f9a69c79d1b8",
    "release_group_id": "95610184-0523-4fa5-92b9-3cb12425062a",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song from 2014, this one is from tUnE-yArDs third studio album, 'Nikki Nack'.\n\ntUnE-yArDs is the Oakland, California–based music project of Merrill Garbus and Nate Brenner!\n\nFor \"Nikki Nack\", Merrill Garbus turned tUnE-yArDs into a communal arts tribe of singers, dancers and performers. Watch them perform \"Water Fountain\" live from the KEXP studio from back in 2014: https://www.youtube.com/watch?v=TERHgVEhBSk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}