Information about plays

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

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

{
    "id": 3595394,
    "uri": "https://api.kexp.org/v2/plays/3595394/?format=api",
    "airdate": "2025-12-24T15:01:06-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Christmas, This Year",
    "track_id": null,
    "recording_id": "09c4be19-284f-481d-b27d-bbcadf2e1ffd",
    "artist": "The Jets",
    "artist_ids": [
        "92a415d7-4478-4091-9f23-81b61b80b9b2"
    ],
    "album": "Christmas With the Jets",
    "release_id": null,
    "release_group_id": "c0df9afb-8680-44e4-a49e-16b700e9bace",
    "labels": [
        "MCA Special Products"
    ],
    "label_ids": [
        "243820af-e9de-49e4-a970-17fe52fb71cf"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}