Information about plays

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

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

{
    "id": 3561431,
    "uri": "https://api.kexp.org/v2/plays/3561431/?format=api",
    "airdate": "2025-10-04T23:27:29-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BBBF",
    "track_id": null,
    "recording_id": "5c6d43cb-fa69-4cc0-8415-2a148a5e7e15",
    "artist": "Lothario",
    "artist_ids": [
        "fa641a6c-a381-4286-a664-d51346bf00e5"
    ],
    "album": "Hogtied",
    "release_id": null,
    "release_group_id": "9c6346fa-7049-47ea-b29c-9da191f15c4b",
    "labels": [
        "Under the Gun Records"
    ],
    "label_ids": [
        "27f33bf9-a1f3-49ab-b368-d2b0f3921ba6"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lothario is going to be at: \n - Baba Yaga in Seattle on October 12th.\n- The Kilowatt in SF on October 15th.\n\nhttps://lotharioxx.bandcamp.com/\nhttps://tickets.venuepilot.com/e/lothario-melbourne-aus-w-stetson-heat-seeker-and-rope-2025-10-12-baba-yaga-seattle-1eacd9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}