Information about plays

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

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

{
    "id": 3519760,
    "uri": "https://api.kexp.org/v2/plays/3519760/?format=api",
    "airdate": "2025-06-28T02:21:55-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/5abde13d-9f1b-46ba-89a8-89f27642fb29/38055209663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5abde13d-9f1b-46ba-89a8-89f27642fb29/38055209663-250.jpg",
    "song": "Protectors of the Moss",
    "track_id": null,
    "recording_id": "69470547-04d3-444f-896d-269cbe13397d",
    "artist": "Reptant",
    "artist_ids": [
        "fa5234f5-6938-4265-b207-5a61d5031ff8"
    ],
    "album": "Braindance",
    "release_id": null,
    "release_group_id": "26390aa8-97f7-4c0a-aa4e-9bd49ff06523",
    "labels": [
        "Die Orakel"
    ],
    "label_ids": [
        "efde3931-5403-44f7-b02d-1f118329fc53"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://dieorakel.bandcamp.com/track/protectors-of-the-moss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}