Information about plays

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

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

{
    "id": 3607256,
    "uri": "https://api.kexp.org/v2/plays/3607256/?format=api",
    "airdate": "2026-01-21T14:57:29-08:00",
    "show": 65716,
    "show_uri": "https://api.kexp.org/v2/shows/65716/?format=api",
    "image_uri": "https://ia803201.us.archive.org/0/items/mbid-2279443f-991e-3f3e-9705-861d0aba339d/mbid-2279443f-991e-3f3e-9705-861d0aba339d-4256961612_thumb500.jpg",
    "thumbnail_uri": "https://ia803201.us.archive.org/0/items/mbid-2279443f-991e-3f3e-9705-861d0aba339d/mbid-2279443f-991e-3f3e-9705-861d0aba339d-4256961612_thumb250.jpg",
    "song": "Surf Wax America",
    "track_id": "dbac95fe-4dd1-3b41-95ff-724866383ad5",
    "recording_id": "d8f04ba0-8f7e-4016-b818-5f07514d11e8",
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Weezer",
    "release_id": "2279443f-991e-3f3e-9705-861d0aba339d",
    "release_group_id": "c7b245c9-8099-32ea-af95-893acedde2cf",
    "labels": [
        "Geffen Records",
        "Chronicles"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9857cec8-8eb7-40c1-8fb2-674f160a5ebd"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A live version of this song serves as the B-side to one of the UK versions of the \"Buddy Holly\" single. That version of the song was recorded in New York City in December 1994.\nWhen Weezer plasyed this song in their live shows, some hardcore fans shouted \"Smoke Dope!\" during the song's breakdown as a reference to an unruly fan that can be heard shouting the same thing in the 1994 live version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}