Information about plays

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

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

{
    "id": 3415404,
    "uri": "https://api.kexp.org/v2/plays/3415404/?format=api",
    "airdate": "2024-10-21T04:46:48-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Indian Hymn",
    "track_id": "b2b0bb48-62a3-4443-80b8-a20b606b121c",
    "recording_id": "95e1cc9a-12a1-408d-9233-bb2f4f005c36",
    "artist": "Jake Blount & Mali Obomsawin",
    "artist_ids": [
        "d93503ad-a24b-4f14-bd03-f0e154d6916d",
        "05a3d12f-1292-4ce6-b80c-c7f897f68333"
    ],
    "album": "symbiont",
    "release_id": "bf64d717-452d-4e4d-9584-c30f9cc87886",
    "release_group_id": "505eaa4a-bd6d-4113-8ae5-0be43d579518",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Mali Obomsawin perform with Deer Lady at the Sunset on October 30th - https://dice.fm/event/g57vp6-sounds-of-survivance-presents-deerlady-bloqueador-solar-guests-30th-oct-the-sunset-tavern-seattle-ticket",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}