Information about plays

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

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

{
    "id": 3608693,
    "uri": "https://api.kexp.org/v2/plays/3608693/?format=api",
    "airdate": "2026-01-24T21:41:08-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "https://coverartarchive.org/release/23bbeff9-739a-4948-af48-ca75bd96f7bb/5961241187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23bbeff9-739a-4948-af48-ca75bd96f7bb/5961241187-250.jpg",
    "song": "Shut Up!",
    "track_id": null,
    "recording_id": "1833a049-973b-41d8-9cd8-89b8d19d4290",
    "artist": "Awesome Snakes",
    "artist_ids": [
        "39de3b08-8383-40c0-9247-310696e522f5"
    ],
    "album": "Venom",
    "release_id": null,
    "release_group_id": "95b22fea-ccd2-304b-a19e-6a9bae82a62d",
    "labels": [
        "Crustacean Records"
    ],
    "label_ids": [
        "f8c41411-2f13-4c3d-b286-1110d247c60e"
    ],
    "release_date": "2006-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "two-person punk rock band from Minneapolis, Minnesota featuring members of The Soviettes and International Robot.\n\nhttps://standuprecords.com/collections/awesome-snakes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}