Information about plays

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

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

{
    "id": 3573476,
    "uri": "https://api.kexp.org/v2/plays/3573476/?format=api",
    "airdate": "2025-11-03T11:45:08-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad9d1c0d-58f8-4fa6-bdf2-f7daeb058b48/11681316800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad9d1c0d-58f8-4fa6-bdf2-f7daeb058b48/11681316800-250.jpg",
    "song": "From the Heart of Me",
    "track_id": null,
    "recording_id": "0f2e7a49-eb5c-4aa5-baea-8b2529670bfb",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Shakedown Street",
    "release_id": null,
    "release_group_id": "8746cc0f-cf83-3878-b7c0-89913edc5210",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1978-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in Peace, amazing vocalist Donna Jean Thatcher Godchaux-MacKay.\n\n#musicislife\n#musiciscommunity\n\nhttps://www.tmz.com/2025/11/03/donna-godchaux-mackay-dead/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}