Information about plays

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

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

{
    "id": 3566783,
    "uri": "https://api.kexp.org/v2/plays/3566783/?format=api",
    "airdate": "2025-10-18T15:02:03-07:00",
    "show": 64868,
    "show_uri": "https://api.kexp.org/v2/shows/64868/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-42a39e66-8339-4bf9-92da-02b416b7cf39/mbid-42a39e66-8339-4bf9-92da-02b416b7cf39-26411080467_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-42a39e66-8339-4bf9-92da-02b416b7cf39/mbid-42a39e66-8339-4bf9-92da-02b416b7cf39-26411080467_thumb250.jpg",
    "song": "Two Sisters of Mystery",
    "track_id": "b7266f09-ba4f-3640-aef4-4ba183b14f22",
    "recording_id": "440970a2-e2dc-4ad5-be53-e2da87888c04",
    "artist": "Mandrill",
    "artist_ids": [
        "697ea2f4-4f79-466a-8c57-29d5455b68bd"
    ],
    "album": "Just Outside of Town",
    "release_id": "42a39e66-8339-4bf9-92da-02b416b7cf39",
    "release_group_id": "f508775a-9106-37b2-842b-337205e370a0",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}