Information about plays

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

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

{
    "id": 3607213,
    "uri": "https://api.kexp.org/v2/plays/3607213/?format=api",
    "airdate": "2026-01-21T12:43:22-08:00",
    "show": 65715,
    "show_uri": "https://api.kexp.org/v2/shows/65715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Priests and Paramedics",
    "track_id": "bd6fc337-d6e6-3abd-9d26-d2077ef76c56",
    "recording_id": "0a8b2383-6597-490b-8132-7e879c3c7d64",
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "Control",
    "release_id": "e289d55c-c6e4-42c2-b78f-3dcee1f4180d",
    "release_group_id": "698f31a8-d3d4-36a7-8461-304c3540e60b",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2002-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Pedro the Lion performed Live on KEXP in 2024! Check out the video here:\n\nhttps://www.youtube.com/watch?v=_dHPL4fc91Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}