Information about plays

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

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

{
    "id": 3544841,
    "uri": "https://api.kexp.org/v2/plays/3544841/?format=api",
    "airdate": "2025-08-26T00:33:07-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/57be3031-d63c-4c31-9be0-1d773a43eee9/33606688526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57be3031-d63c-4c31-9be0-1d773a43eee9/33606688526-250.jpg",
    "song": "First Week / Last Week... Carefree",
    "track_id": null,
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": null,
    "release_group_id": "d99084ee-de04-3ba1-8203-5f1a7e5355ee",
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": "1977-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I really bombed when I tried this last time at karaoke night, very hard)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}