Information about plays

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

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

{
    "id": 3543629,
    "uri": "https://api.kexp.org/v2/plays/3543629/?format=api",
    "airdate": "2025-08-23T05:43:58-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/344cf3e9-d817-4c3c-ad16-9045a20eb021/35053555272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/344cf3e9-d817-4c3c-ad16-9045a20eb021/35053555272-250.jpg",
    "song": "Swords and Tequila",
    "track_id": null,
    "recording_id": "8151bf5b-359a-4c4e-aa20-9acc5895eac8",
    "artist": "Riot",
    "artist_ids": [
        "ca04e657-2ffc-4949-9150-cb43d9f231e2"
    ],
    "album": "Fire Down Under",
    "release_id": null,
    "release_group_id": "6b8dc2ae-5383-3f66-b440-ca1ae4c13195",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1981-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}