Information about plays

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

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

{
    "id": 3608672,
    "uri": "https://api.kexp.org/v2/plays/3608672/?format=api",
    "airdate": "2026-01-24T20:48:09-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twist",
    "track_id": "d94b2040-d923-4d03-a30e-ab697ef32d42",
    "recording_id": "03ee662b-4ec5-4bbd-89ee-01681f41ed30",
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "R.I.P.",
    "release_id": "1cf58bec-7e39-490b-9127-0b3a9e499b25",
    "release_group_id": "24ead831-720f-4d3f-92ef-dd3a7606c457",
    "labels": [
        "Miscreant Records"
    ],
    "label_ids": [
        "0649cae3-620e-43dd-9985-843e79146de2"
    ],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See Gianni doing the twist during this live performance in the KEXP studio: https://www.youtube.com/watch?v=WPGGz44ULfE",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}