Information about plays

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

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

{
    "id": 3594548,
    "uri": "https://api.kexp.org/v2/plays/3594548/?format=api",
    "airdate": "2025-12-22T17:05:08-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving Home for Christmas",
    "track_id": null,
    "recording_id": "ead867f1-468d-403d-a745-5b614a43807a",
    "artist": "Chris Rea",
    "artist_ids": [
        "c707b37e-cb5c-4694-be4d-46beefcb2475"
    ],
    "album": "On the Beach",
    "release_id": null,
    "release_group_id": "843b05a6-3e8b-3528-8f2a-294baf314cfe",
    "labels": [
        "Magnet"
    ],
    "label_ids": [
        "76e7d371-2171-4946-ae66-76ef51a0cff9"
    ],
    "release_date": "1986-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP To Chris Rea who passed away today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}