Information about plays

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

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

{
    "id": 3556325,
    "uri": "https://api.kexp.org/v2/plays/3556325/?format=api",
    "airdate": "2025-09-22T12:48:59-07:00",
    "show": 64633,
    "show_uri": "https://api.kexp.org/v2/shows/64633/?format=api",
    "image_uri": "https://ia803208.us.archive.org/27/items/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be-4043197556_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/27/items/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be/mbid-f59d1146-6b2f-466f-aafe-4324e588b9be-4043197556_thumb250.jpg",
    "song": "Reptilia",
    "track_id": "a0144305-9db9-39b5-9a29-434b22438018",
    "recording_id": "8f9dec01-c479-4ad4-96b5-0950a97c1a91",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Room on Fire",
    "release_id": "f59d1146-6b2f-466f-aafe-4324e588b9be",
    "release_group_id": "1e9db573-5671-301f-87fc-846a605fe35b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2003-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reptilia is the second single from the Strokes' sophomore album, Room on Fire, released in 2003.\n\nCheck out this 2015 Live on KEXP session with The Strokes' Albert Hammond Jr. (hosted by Troy!) https://www.youtube.com/watch?v=M22Woqvtyes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}