Information about plays

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

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

{
    "id": 3550242,
    "uri": "https://api.kexp.org/v2/plays/3550242/?format=api",
    "airdate": "2025-09-08T01:28:20-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/789bef5d-7b92-4f7e-b3c0-81903d009b0b/26571505986-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/789bef5d-7b92-4f7e-b3c0-81903d009b0b/26571505986-250.jpg",
    "song": "They Who Must Die",
    "track_id": null,
    "recording_id": "a924c506-872d-478f-9c2b-f43547490ac5",
    "artist": "Shabaka and the Ancestors",
    "artist_ids": [
        "2bf68df0-da0d-40db-a669-e070203aaf56"
    ],
    "album": "We Are Sent Here by History",
    "release_id": null,
    "release_group_id": "df5f586d-e29a-41aa-991a-fb5b1ec44074",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2020-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}