Information about plays

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

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

{
    "id": 3632049,
    "uri": "https://api.kexp.org/v2/plays/3632049/?format=api",
    "airdate": "2026-03-21T18:59:04-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1.Time Tells Me",
    "track_id": "593e8965-fe22-4cdc-94dc-54687ca4a809",
    "recording_id": "8e67b3d5-b83f-4100-b5c9-a5433e86ec59",
    "artist": "Pony Time",
    "artist_ids": [
        "5348a6fd-b778-4d2c-b822-107b717c2ca3"
    ],
    "album": "Rumours 2: The Rumours Are True",
    "release_id": "bb67ae00-13fc-46d0-90fe-b04478d028bb",
    "release_group_id": "28140d9c-f226-4e2d-9827-8d3f6ab98fbe",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-09-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Stacy Peck of Pony Time was in Childbirth!\n\nThis is off of Pony Time's excellently-named Rumours 2: The Rumours are True.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}