Information about plays

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

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

{
    "id": 3537773,
    "uri": "https://api.kexp.org/v2/plays/3537773/?format=api",
    "airdate": "2025-08-09T04:35:04-07:00",
    "show": 64239,
    "show_uri": "https://api.kexp.org/v2/shows/64239/?format=api",
    "image_uri": "https://ia802301.us.archive.org/23/items/mbid-73211d46-3922-4fee-b3ea-00231912ae2d/mbid-73211d46-3922-4fee-b3ea-00231912ae2d-30442741251_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-73211d46-3922-4fee-b3ea-00231912ae2d/mbid-73211d46-3922-4fee-b3ea-00231912ae2d-30442741251_thumb250.jpg",
    "song": "Cry Little Sister",
    "track_id": "68776274-bf90-487d-9caa-bd648169bb97",
    "recording_id": "134ae90b-f599-413a-b59d-a0f409c9f65f",
    "artist": "CHVRCHES",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Nightbooks (Music from the Netflix Film)",
    "release_id": "73211d46-3922-4fee-b3ea-00231912ae2d",
    "release_group_id": "ca741e8e-dbe7-43d1-9830-394e9d7b5a5b",
    "labels": [
        "Maisie Music Publishing, LLC"
    ],
    "label_ids": [
        "987351c0-400f-4bc4-99d9-c19f58999644"
    ],
    "release_date": "2021-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}