Information about plays

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

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

{
    "id": 3624386,
    "uri": "https://api.kexp.org/v2/plays/3624386/?format=api",
    "airdate": "2026-03-02T11:45:10-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c-8669717057_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/1/items/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c-8669717057_thumb250.jpg",
    "song": "Planet Earth",
    "track_id": "35d2a894-6ded-3855-8950-df7d3a89d361",
    "recording_id": "be773436-ec83-4fb9-88dd-1170444e03ac",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Freedom of Choice",
    "release_id": "977d7c01-a90c-4815-b01e-4b0fbb139a6c",
    "release_group_id": "bb889709-d775-3cb1-84c2-1daf4884e165",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With Freedom of Choice, Devo completed their transition into a full-fledged synth-pop group, producing arguably their most musically cohesive effort in the process. Synthesizers are now fully integrated into the band's sound, frequently dominating the arrangements and at least sharing equal time with the guitars.\"\n\nhttps://www.allmusic.com/album/freedom-of-choice-mw0000189668",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}