Information about plays

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

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

{
    "id": 3413522,
    "uri": "https://api.kexp.org/v2/plays/3413522/?format=api",
    "airdate": "2024-10-16T16:43:34-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s Where I Am",
    "track_id": "44c9ecab-b9bd-4e00-bdad-3eebabd2c091",
    "recording_id": "21c1a5d3-a97e-41be-939d-1cc0f56d10f1",
    "artist": "Maggie Rogers",
    "artist_ids": [
        "dde26295-8cd4-474c-8740-3edb801b2776"
    ],
    "album": "Surrender",
    "release_id": "b92faf86-1eed-450f-b12c-e546ecc76b61",
    "release_group_id": "c002fafd-04cb-43a3-a006-1274d2c1e65c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2022-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing in Seattle at Climate Pledge Arena on Tuesday October 29th - and San Francisco at Chase Center on Friday, November 1st\n\nThis album was on KEXP listeners' Best Albums of 2022 list - #67: https://www.kexp.org/countdowns/top-903-albums-of-2022/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}