Information about plays

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

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

{
    "id": 3561251,
    "uri": "https://api.kexp.org/v2/plays/3561251/?format=api",
    "airdate": "2025-10-04T14:58:18-07:00",
    "show": 64744,
    "show_uri": "https://api.kexp.org/v2/shows/64744/?format=api",
    "image_uri": "https://ia801504.us.archive.org/25/items/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1-5765448289_thumb500.jpg",
    "thumbnail_uri": "https://ia601504.us.archive.org/25/items/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1-5765448289_thumb250.jpg",
    "song": "Tennessee",
    "track_id": "f3b796f0-a58d-3e08-9be9-2429616cb2bf",
    "recording_id": "9c670460-987f-4572-9610-69082c598682",
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "3 Years, 5 Months & 2 Days in the Life of…",
    "release_id": "77cd14ef-616d-3fc3-bd6e-19f3751acbe1",
    "release_group_id": "ede793b4-4976-3b7a-ba3b-fde6801de64c",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1992-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#712",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}