Information about plays

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

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

{
    "id": 3572866,
    "uri": "https://api.kexp.org/v2/plays/3572866/?format=api",
    "airdate": "2025-11-02T00:05:10-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/7230c094-9d82-4083-acb3-27f7fa0040a9/20424905393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7230c094-9d82-4083-acb3-27f7fa0040a9/20424905393-250.jpg",
    "song": "Master Control",
    "track_id": null,
    "recording_id": "a47094f5-2c06-4d20-8a8f-87482122e6fd",
    "artist": "Liege Lord",
    "artist_ids": [
        "ca243f8d-6820-4775-90a7-28bc8dbac80e"
    ],
    "album": "Master Control",
    "release_id": null,
    "release_group_id": "13bddd08-a98f-3271-bf17-fc4015778430",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1988-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stamford, Connecticut\n\nhttps://liegelord.bandcamp.com/album/master-control\nhttps://www.facebook.com/LiegeLordOfficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}