Information about plays

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

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

{
    "id": 3595479,
    "uri": "https://api.kexp.org/v2/plays/3595479/?format=api",
    "airdate": "2025-12-24T18:18:45-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Heard the Bells on Christmas Day",
    "track_id": "e3302f98-fe4f-34d6-91e2-6ab8f200f473",
    "recording_id": "830838eb-ecbe-42f2-8f8e-3a5a32ecf7d0",
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "Maybe This Christmas Tree",
    "release_id": "528f1df9-1095-464c-b37e-60014fab4bfe",
    "release_group_id": "7b559697-4219-3798-b9e6-dd7a0c20b5c7",
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2004-10-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more of Pedro the Lion:\n\nhttps://spoti.fi/3PODXuM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}