Information about plays

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

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

{
    "id": 3549255,
    "uri": "https://api.kexp.org/v2/plays/3549255/?format=api",
    "airdate": "2025-09-05T14:39:03-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://coverartarchive.org/release/c41b896c-53eb-4551-be48-ae48c1289396/11050963955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c41b896c-53eb-4551-be48-ae48c1289396/11050963955-250.jpg",
    "song": "Beat My Head Against the Wall",
    "track_id": null,
    "recording_id": "a9b939d8-a9dc-4472-8122-86dc41d510ad",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "My War",
    "release_id": null,
    "release_group_id": "aa074df1-9246-35c2-a4ef-21c77ba37d8b",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1984-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}