Information about plays

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

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

{
    "id": 3504455,
    "uri": "https://api.kexp.org/v2/plays/3504455/?format=api",
    "airdate": "2025-05-21T20:45:16-07:00",
    "show": 63522,
    "show_uri": "https://api.kexp.org/v2/shows/63522/?format=api",
    "image_uri": "https://ia600505.us.archive.org/29/items/mbid-c50fef7c-dfe7-44d0-b2d2-4d2876a87f7a/mbid-c50fef7c-dfe7-44d0-b2d2-4d2876a87f7a-34850181242_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/29/items/mbid-c50fef7c-dfe7-44d0-b2d2-4d2876a87f7a/mbid-c50fef7c-dfe7-44d0-b2d2-4d2876a87f7a-34850181242_thumb250.jpg",
    "song": "Black Tears",
    "track_id": "6d57224c-c169-47f4-9067-dc6b0f4597dd",
    "recording_id": "6f954d95-4f4d-46a2-ac53-26d57c29441c",
    "artist": "WITCH",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "Lazy Bones!!",
    "release_id": "db290002-3873-402b-8808-368323a52c77",
    "release_group_id": "e2620f61-c71e-4198-b399-6a08dc1f3170",
    "labels": [
        "Q.D.K. Media"
    ],
    "label_ids": [
        "09cd913c-e678-4137-b753-ddd667a0e005"
    ],
    "release_date": "2010-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zamrock legends WITCH’s third album 'Lazy Bones!!' was originally recorded in 1975 and re-issued beginning in 2007 via Germany's\tShadoks Music, Q.D.K. Media in 2010, and Now Again in 2013/2021.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}