Information about plays

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

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

{
    "id": 3547107,
    "uri": "https://api.kexp.org/v2/plays/3547107/?format=api",
    "airdate": "2025-08-31T09:24:02-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/807cc197-cc47-45cb-b9d1-ed37dc94b2ac/38134111476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/807cc197-cc47-45cb-b9d1-ed37dc94b2ac/38134111476-250.jpg",
    "song": "Guiding the Mast",
    "track_id": null,
    "recording_id": "a573b77d-ce47-4c74-91be-d94162a2c46c",
    "artist": "Pacific Range",
    "artist_ids": [
        "ad15824b-2c5a-40cd-99ce-5c6c3dc5f75b"
    ],
    "album": "High Upon the Mountain",
    "release_id": null,
    "release_group_id": "2d577b72-2213-42d2-a0de-e46be50e5604",
    "labels": [
        "Curation Records"
    ],
    "label_ids": [
        "a45a2f02-bb5f-47a8-ac40-f927308c3e9b"
    ],
    "release_date": "2020-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first and only album by the LA band. They formed at Chico State University, but consider themselves moreso “students of the endless beaches, deep canyons, magic deserts and the inimitable rock and roll that comes with it.”\nhttps://curation-records.bandcamp.com/album/high-upon-the-mountain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}