Information about plays

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

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

{
    "id": 3595591,
    "uri": "https://api.kexp.org/v2/plays/3595591/?format=api",
    "airdate": "2025-12-25T00:24:21-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas In My Home Town",
    "track_id": null,
    "recording_id": "8f4602ff-a57e-4485-9b31-ce05ff5ee899",
    "artist": "Charley Pride",
    "artist_ids": [
        "1c1de177-984d-4208-9177-ca94f8776a39"
    ],
    "album": "Christmas in My Home Town",
    "release_id": null,
    "release_group_id": "0cb905f0-4876-30d6-bec3-2f0e4947f021",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}