Information about plays

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

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

{
    "id": 3549246,
    "uri": "https://api.kexp.org/v2/plays/3549246/?format=api",
    "airdate": "2025-09-05T14:07:01-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9841bae-8b00-4322-beda-d6c0c8ec7737/6571187015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9841bae-8b00-4322-beda-d6c0c8ec7737/6571187015-250.jpg",
    "song": "Funnel of Love",
    "track_id": null,
    "recording_id": "679c4442-a5ef-437c-9d44-dbee8c953f69",
    "artist": "SQÜRL feat. Madeline Follin",
    "artist_ids": [
        "36359ea7-d7d0-40f3-bff1-9acacbd0bb5c",
        "6100fb19-ce8d-4ad4-873a-0d16d7024c66"
    ],
    "album": "Only Lovers Left Alive",
    "release_id": null,
    "release_group_id": "fae00a66-1870-4c06-84d8-7d52a5b0700c",
    "labels": [
        "ATP Recordings"
    ],
    "label_ids": [
        "4083edb9-d2f5-4bfd-8c36-061b2aaaf82f"
    ],
    "release_date": "2014-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A gothic take on Wanda Jackson’s 1961 song, \"Funnel of Love!\"\n\nSQURL is a enthusiastically marginal rock band from New York City who like big drums & distorted guitars, cassette recorders, loops, feedback, sad country songs, molten stoner core, chopped & screwed hip-hop, and imaginary movie scores.\n\nhttp://www.squrlworld.com/about-sqrl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}