Information about plays

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

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

{
    "id": 3572505,
    "uri": "https://api.kexp.org/v2/plays/3572505/?format=api",
    "airdate": "2025-11-01T06:33:33-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbc1599e-b1c1-48e9-9b08-7f77c182566a/34124568930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbc1599e-b1c1-48e9-9b08-7f77c182566a/34124568930-250.jpg",
    "song": "Crisis",
    "track_id": null,
    "recording_id": "22a676ee-8efa-4ac6-9d08-8e92522fa424",
    "artist": "Elizabeth M. Drummond",
    "artist_ids": [
        "3bd4163f-cf78-4c52-a741-3b468699cf97"
    ],
    "album": "Congratulations",
    "release_id": null,
    "release_group_id": "d0b98954-69f8-433e-9876-209f9b0ea2f5",
    "labels": [
        "Young Poet Records"
    ],
    "label_ids": [
        "00f49385-3113-4939-83bc-e3e0fff0b562"
    ],
    "release_date": "2022-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}