Information about plays

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

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

{
    "id": 3635394,
    "uri": "https://api.kexp.org/v2/plays/3635394/?format=api",
    "airdate": "2026-03-30T01:45:03-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "https://coverartarchive.org/release/015cb3be-9df9-4695-be3f-69594545fec7/25587855544-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/015cb3be-9df9-4695-be3f-69594545fec7/25587855544-250.jpg",
    "song": "Hill Where the Lord Hides",
    "track_id": null,
    "recording_id": "448fd34c-3469-4851-be9e-cb87e9c37eb5",
    "artist": "Percy Faith & His Orchestra",
    "artist_ids": [
        "c5df455e-1a85-4917-aa4d-598f440abf08"
    ],
    "album": "New Thing / Black Magic Woman",
    "release_id": null,
    "release_group_id": "28b24b21-7aa4-414f-ace9-37c4e4bdc394",
    "labels": [
        "Vocalion"
    ],
    "label_ids": [
        "9dd5ef9e-eec5-4c9a-8a9b-6c578c57f71a"
    ],
    "release_date": "2019-01-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}