Information about plays

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

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

{
    "id": 3415385,
    "uri": "https://api.kexp.org/v2/plays/3415385/?format=api",
    "airdate": "2024-10-21T04:02:25-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Again to the Wind",
    "track_id": null,
    "recording_id": "68d7a51d-d3b0-4355-bc98-5264d2223835",
    "artist": "Bill Miller",
    "artist_ids": [
        "186bf3f4-9320-4738-a95c-fd0c62948c56"
    ],
    "album": "Look Again to the Wind: Johnny Cash’s Bitter Tears Revisited",
    "release_id": null,
    "release_group_id": "3b59a7f6-ab52-45be-86d8-22f551c40475",
    "labels": [
        "Masterworks"
    ],
    "label_ids": [
        "b6fcb417-72dc-425b-bb77-089f57b61c72"
    ],
    "release_date": "2014-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Indigenous Peoples' Day from Eric in Baltimore\n\nBill Miller is a Native American singer/songwriter and artist of Mohican heritage. He is a guitarist, player of the Native American flute and painter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}