Information about plays

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

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

{
    "id": 3670136,
    "uri": "https://api.kexp.org/v2/plays/3670136/?format=api",
    "airdate": "2026-06-20T05:45:26-07:00",
    "show": 67034,
    "show_uri": "https://api.kexp.org/v2/shows/67034/?format=api",
    "image_uri": "https://coverartarchive.org/release/8df0c730-c1e4-4b85-9449-3e99d7800b00/23447990819-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8df0c730-c1e4-4b85-9449-3e99d7800b00/23447990819-250.jpg",
    "song": "Free Your Mind",
    "track_id": null,
    "recording_id": "91d94d90-3aa8-4154-b11a-fe57730808ce",
    "artist": "Amnesty",
    "artist_ids": [
        "f3cd8d5f-291e-4b0b-81de-823fd592fbec"
    ],
    "album": "Free Your Mind",
    "release_id": null,
    "release_group_id": "4a3af030-03dc-3c5e-b8f2-0a0e6df57885",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2007-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}