Information about plays

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

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

{
    "id": 3523842,
    "uri": "https://api.kexp.org/v2/plays/3523842/?format=api",
    "airdate": "2025-07-07T09:10:38-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia801602.us.archive.org/2/items/mbid-889efbb2-9ec9-4f52-9658-0d8884bfaf0a/mbid-889efbb2-9ec9-4f52-9658-0d8884bfaf0a-1824887897_thumb500.jpg",
    "thumbnail_uri": "https://ia601602.us.archive.org/2/items/mbid-889efbb2-9ec9-4f52-9658-0d8884bfaf0a/mbid-889efbb2-9ec9-4f52-9658-0d8884bfaf0a-1824887897_thumb250.jpg",
    "song": "Hippychick",
    "track_id": "54f5a0e4-ab73-3070-a165-ea736e4fd20a",
    "recording_id": "560e5a31-ed26-49b9-8385-e2f61031a1de",
    "artist": "Soho",
    "artist_ids": [
        "2729b825-2cf2-4cde-894a-a9928ab708f0"
    ],
    "album": "Hippychick",
    "release_id": "889efbb2-9ec9-4f52-9658-0d8884bfaf0a",
    "release_group_id": "2b2a31a5-dff6-4b28-a6ea-86cef5e3fcb3",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Soho features a guitar riff sample of The Smiths' \"How Soon Is Now?\" \n\nSoho were a collective made up of core members guitarist/songwriter Tim London and twin sisters, Jacqueline and Pauline Cuff. In 1987 the Cuff sisters resigned their jobs as psychiatric nurses to commit themselves fully to singing in the band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}