Information about plays

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

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

{
    "id": 3562357,
    "uri": "https://api.kexp.org/v2/plays/3562357/?format=api",
    "airdate": "2025-10-07T13:32:32-07:00",
    "show": 64772,
    "show_uri": "https://api.kexp.org/v2/shows/64772/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-0b20070d-8be5-33e6-a0a9-bc9eae9ed20f/mbid-0b20070d-8be5-33e6-a0a9-bc9eae9ed20f-19686383184_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-0b20070d-8be5-33e6-a0a9-bc9eae9ed20f/mbid-0b20070d-8be5-33e6-a0a9-bc9eae9ed20f-19686383184_thumb250.jpg",
    "song": "How Soon Is Now?",
    "track_id": "a8f4c802-8520-3333-bcc7-f687af26fbfe",
    "recording_id": "cae8bbec-c2ff-4972-9218-8f90acb07b1b",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Hatful of Hollow",
    "release_id": "0b20070d-8be5-33e6-a0a9-bc9eae9ed20f",
    "release_group_id": "f81500a3-d01a-30e7-8ec9-75f672e9a775",
    "labels": [
        "Reprise Records",
        "Sire Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#429...\n---\nOriginally released as a 1984 b-side to the single \"Heaven Knows I'm Miserable Now\", then included on 1984's \"Hatful of Hollow\". This song was recorded during a four-day period along with \"William, It Was Really Nothing\" and \"Please, Please, Please, Let Me Get What I Want.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}