Information about plays

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

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

{
    "id": 3519381,
    "uri": "https://api.kexp.org/v2/plays/3519381/?format=api",
    "airdate": "2025-06-27T04:53:05-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-053dc03a-871e-40cf-80fa-e079b0b8a52b/mbid-053dc03a-871e-40cf-80fa-e079b0b8a52b-26238957233_thumb500.jpg",
    "thumbnail_uri": "https://ia801905.us.archive.org/28/items/mbid-053dc03a-871e-40cf-80fa-e079b0b8a52b/mbid-053dc03a-871e-40cf-80fa-e079b0b8a52b-26238957233_thumb250.jpg",
    "song": "I Know the End",
    "track_id": "fb5675d5-3aeb-40f0-b65f-59dd78b4f077",
    "recording_id": "8846d338-a4c5-4e2c-b48b-babba2958d6c",
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Punisher",
    "release_id": "053dc03a-871e-40cf-80fa-e079b0b8a52b",
    "release_group_id": "cf75fd5a-ca84-4371-94d7-27410360f06b",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2020-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}