Information about plays

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

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

{
    "id": 3561613,
    "uri": "https://api.kexp.org/v2/plays/3561613/?format=api",
    "airdate": "2025-10-05T11:34:40-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow Is a Long Time",
    "track_id": null,
    "recording_id": "39c07d35-7234-4fae-9d2a-22068b346050",
    "artist": "Elvis Presley",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Spinout",
    "release_id": null,
    "release_group_id": "7dbccaa7-78d8-3266-80de-babc63416ad7",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1966-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The King heard Odetta’s version of the Bob Dylan song and was inspired to cover it himself. Presley was Dylan’s musical hero and he said this was \"the one recording I treasure the most.\"\nhttps://faroutmagazine.co.uk/elvis-presley-bob-dylan-cover-tomorrow-long-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}