Information about plays

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

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

{
    "id": 3543069,
    "uri": "https://api.kexp.org/v2/plays/3543069/?format=api",
    "airdate": "2025-08-21T22:44:59-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e3ed739-2a44-4a55-a437-c94d8e365470/10775739653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e3ed739-2a44-4a55-a437-c94d8e365470/10775739653-250.jpg",
    "song": "1977",
    "track_id": null,
    "recording_id": "246f89c6-93f2-4610-9c8f-18bb88c91907",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "1977 – The Spirit of Punk",
    "release_id": null,
    "release_group_id": "61f7e6e8-e1a5-3400-85bd-1886356ffb83",
    "labels": [
        "Virgin TV"
    ],
    "label_ids": [
        "4765449a-4285-4945-8e7d-cb9fa189c2dd"
    ],
    "release_date": "2007-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}