Information about plays

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

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

{
    "id": 3597905,
    "uri": "https://api.kexp.org/v2/plays/3597905/?format=api",
    "airdate": "2025-12-30T07:11:21-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://ia802905.us.archive.org/31/items/mbid-36811b35-fa1e-3ee9-aa68-a67aef9fb05c/mbid-36811b35-fa1e-3ee9-aa68-a67aef9fb05c-1778748738_thumb500.jpg",
    "thumbnail_uri": "https://ia902905.us.archive.org/31/items/mbid-36811b35-fa1e-3ee9-aa68-a67aef9fb05c/mbid-36811b35-fa1e-3ee9-aa68-a67aef9fb05c-1778748738_thumb250.jpg",
    "song": "Waterloo Sunset",
    "track_id": "08cfef9c-3d13-3ef1-aa1a-d6a82d46b200",
    "recording_id": "a431af7b-feaf-4f65-aafa-995960e7fcfe",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Something Else by The Kinks",
    "release_id": "36811b35-fa1e-3ee9-aa68-a67aef9fb05c",
    "release_group_id": "ab0ea2d3-a273-3d7f-855b-f9930a1395cf",
    "labels": [
        "Pye Records"
    ],
    "label_ids": [
        "90cdd5fe-8892-4006-829e-d0f254e6a79e"
    ],
    "release_date": "1967-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Weller has said this is his favorite song, Pete Townshend has called it \"divine\", and Tim Finn once said it was the song he wished he had written. \n\nDid you know that the song came to Ray Davies in a dream? \n\nhttps://www.loudersound.com/features/the-story-behind-waterloo-sunset-the-kinks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}