Information about plays

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

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

{
    "id": 3604179,
    "uri": "https://api.kexp.org/v2/plays/3604179/?format=api",
    "airdate": "2026-01-14T07:20:49-08:00",
    "show": 65647,
    "show_uri": "https://api.kexp.org/v2/shows/65647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Learn to Fly",
    "track_id": "bfba7581-f860-396e-95aa-ec6eae167cd9",
    "recording_id": "39dfcc06-2c1b-498a-8e54-b2635e4494b1",
    "artist": "Foo Fighters",
    "artist_ids": [
        "67f66c07-6e61-4026-ade5-7e782fad3a5d"
    ],
    "album": "There Is Nothing Left to Lose",
    "release_id": "ab133b61-17e0-34c3-92e5-1d5b7443d84b",
    "release_group_id": "1cfc9a17-1fdb-30dd-83ca-dce93c481492",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1999-11-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Matt in Ventura! Thank you!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}