Information about plays

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

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

{
    "id": 3401752,
    "uri": "https://api.kexp.org/v2/plays/3401752/?format=api",
    "airdate": "2024-09-17T13:42:35-07:00",
    "show": 61336,
    "show_uri": "https://api.kexp.org/v2/shows/61336/?format=api",
    "image_uri": "https://ia903401.us.archive.org/35/items/mbid-0227a4b4-4068-4af9-ac31-335bbb3ab9c4/mbid-0227a4b4-4068-4af9-ac31-335bbb3ab9c4-38895614838_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/35/items/mbid-0227a4b4-4068-4af9-ac31-335bbb3ab9c4/mbid-0227a4b4-4068-4af9-ac31-335bbb3ab9c4-38895614838_thumb250.jpg",
    "song": "Add Up My Love",
    "track_id": "a93ef4c7-7659-4e9c-961d-f5bc5c66025b",
    "recording_id": "1c6e21a9-f90b-4bd8-8b75-a397e05f347b",
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Charm",
    "release_id": "0227a4b4-4068-4af9-ac31-335bbb3ab9c4",
    "release_group_id": "6fb46378-9cb7-4693-b76d-a62f2cc09214",
    "labels": [
        "Clairo"
    ],
    "label_ids": [
        "aa01459b-5927-4151-9b91-61b3c874e509"
    ],
    "release_date": "2024-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clairo will be on tour this fall:\n\n- Frost Amphitheater, Stanford CA on 10/6\n- McMenamins Edgefield, Portland OR on 10/9\n- The Paramount, Seattle WA on 10/10 and 10/11\n\nSee if she'll be coming to city near you here:\nhttps://clairo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}