Information about plays

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

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

{
    "id": 3572375,
    "uri": "https://api.kexp.org/v2/plays/3572375/?format=api",
    "airdate": "2025-10-31T22:57:05-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea371fe8-bf9d-4b42-956d-2c3b4d86eb7e/5267879679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea371fe8-bf9d-4b42-956d-2c3b4d86eb7e/5267879679-250.jpg",
    "song": "Toast to the Dead",
    "track_id": null,
    "recording_id": "60db5bdb-015f-4303-bbbf-fc7b3b081213",
    "artist": "Immortal Technique",
    "artist_ids": [
        "ef4db186-ff43-4708-a713-3ce1e05657a1"
    ],
    "album": "The Martyr",
    "release_id": null,
    "release_group_id": "a1d63255-3b65-4482-90e8-22463b02a368",
    "labels": [
        "Viper Records"
    ],
    "label_ids": [
        "767ac0f0-0b77-444f-9f96-df03c9022dcc"
    ],
    "release_date": "2011-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}