Information about plays

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

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

{
    "id": 3584065,
    "uri": "https://api.kexp.org/v2/plays/3584065/?format=api",
    "airdate": "2025-11-28T10:49:56-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All of the Time",
    "track_id": "79d43e9e-35ac-4d07-94d0-67961f801e3d",
    "recording_id": "720fc948-e99e-461d-9f45-9e8dd2cb88d1",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Loving in Stereo",
    "release_id": "3e75a147-f34d-49c5-8863-86e585842932",
    "release_group_id": "7cb74cf3-7e87-4822-835a-2d2bbdf7f558",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2021-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jungle's most recent Live on KEXP session is from 2023, but you can enjoy their full slate of KEXP performances here: https://tinyurl.com/5fxb75fe\n\nhttps://jungle.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}