Information about plays

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

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

{
    "id": 3545453,
    "uri": "https://api.kexp.org/v2/plays/3545453/?format=api",
    "airdate": "2025-08-27T10:36:06-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia801205.us.archive.org/29/items/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8-37727173947_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.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": "For Mary:\n\n\"I became an Amplifier today, Cheryl! 🎶 I'm so happy! 🎶\nCan you please play Water Fountain by Tune-Yards?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}