Information about plays

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

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

{
    "id": 3590820,
    "uri": "https://api.kexp.org/v2/plays/3590820/?format=api",
    "airdate": "2025-12-13T23:39:09-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "https://coverartarchive.org/release/73341f73-ad40-46f1-9679-c56e41fba6d2/41749491422-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/73341f73-ad40-46f1-9679-c56e41fba6d2/41749491422-250.jpg",
    "song": "Prick at the Pub",
    "track_id": null,
    "recording_id": "57892318-20be-46b9-ae10-96fa087f50a6",
    "artist": "Cold Meat",
    "artist_ids": [
        "b1110c37-a370-42e5-8de4-404240d396d8"
    ],
    "album": "Cake and Arse Party",
    "release_id": null,
    "release_group_id": "14fe4d19-24ab-4ddc-a635-0026ecd0d890",
    "labels": [
        "Static Shock Records"
    ],
    "label_ids": [
        "65fcbd30-08fe-48f6-971c-2021381769a8"
    ],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perth, AU\nhttps://staticshockrecords.bandcamp.com/album/cake-and-arse-party",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}