Information about plays

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

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

{
    "id": 3568355,
    "uri": "https://api.kexp.org/v2/plays/3568355/?format=api",
    "airdate": "2025-10-22T03:57:40-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia600709.us.archive.org/20/items/mbid-3df3ba8f-7c6c-4a53-b06a-abe136440289/mbid-3df3ba8f-7c6c-4a53-b06a-abe136440289-24174115096_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-3df3ba8f-7c6c-4a53-b06a-abe136440289/mbid-3df3ba8f-7c6c-4a53-b06a-abe136440289-24174115096_thumb250.jpg",
    "song": "Ferry Song",
    "track_id": "29a3caee-d5e2-4ba1-a6d1-5fac0ce29cb2",
    "recording_id": "aee113dc-a32f-465d-a6e3-31d45b3f25c6",
    "artist": "Twin Peaks",
    "artist_ids": [
        "a3ee7da1-d892-4cf3-a5ba-4c07806edbca"
    ],
    "album": "Lookout Low",
    "release_id": "3df3ba8f-7c6c-4a53-b06a-abe136440289",
    "release_group_id": "3b46e114-408a-4528-9e8e-e74ec4ee091a",
    "labels": [
        "Grand Jury Music"
    ],
    "label_ids": [
        "8651cee5-120f-4ad3-ae1f-a3a5d5752d69"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}