Information about plays

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

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

{
    "id": 3610996,
    "uri": "https://api.kexp.org/v2/plays/3610996/?format=api",
    "airdate": "2026-01-30T10:06:30-08:00",
    "show": 65793,
    "show_uri": "https://api.kexp.org/v2/shows/65793/?format=api",
    "image_uri": "https://ia801403.us.archive.org/20/items/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec-10155539539_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/20/items/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec-10155539539_thumb250.jpg",
    "song": "Mountain Song",
    "track_id": "a74fc91e-bfdf-45ea-8021-20254f33c90b",
    "recording_id": "187739ac-0f68-4743-8552-ee7131ddf51a",
    "artist": "Sandrider",
    "artist_ids": [
        "f48fbe8e-f818-41f9-9e03-ea1b5eb64934"
    ],
    "album": "Sandrider + Kinski",
    "release_id": "953b3bf4-8391-4559-816f-db461246e2f2",
    "release_group_id": "a0c0095f-0610-4f41-80ae-2cfeb2b1a7cc",
    "labels": [
        "Good to Die Records"
    ],
    "label_ids": [
        "e3b3d26d-58ed-46cc-85f0-fdee3b0b3498"
    ],
    "release_date": "2015-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local Seattle band covers Jane's Addiction on this track featured on their 2015 EP in collaboration with another local band, Kinski!\n\nSandrider played Live at KEXP on Audioasis in 2012: https://youtu.be/WyIudlxwIEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}