Information about plays

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

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

{
    "id": 3567477,
    "uri": "https://api.kexp.org/v2/plays/3567477/?format=api",
    "airdate": "2025-10-20T05:52:11-07:00",
    "show": 64884,
    "show_uri": "https://api.kexp.org/v2/shows/64884/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Magnetic",
    "track_id": null,
    "recording_id": null,
    "artist": "Tunde Adebimpe",
    "artist_ids": [
        "1b5cc4ba-5ade-494e-bf3c-aaf3abf75b65"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is the full Live on KEXP performance by Tunde Adebimpe from August 2025 when he played this track!\n\nhttps://www.youtube.com/watch?v=Y6LT0Wux4P4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}