Information about plays

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

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

{
    "id": 3437570,
    "uri": "https://api.kexp.org/v2/plays/3437570/?format=api",
    "airdate": "2024-12-13T12:13:52-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia902204.us.archive.org/29/items/mbid-b4281981-8ef6-4183-ad06-76aa931d2f3d/mbid-b4281981-8ef6-4183-ad06-76aa931d2f3d-7561337478_thumb500.jpg",
    "thumbnail_uri": "https://ia902204.us.archive.org/29/items/mbid-b4281981-8ef6-4183-ad06-76aa931d2f3d/mbid-b4281981-8ef6-4183-ad06-76aa931d2f3d-7561337478_thumb250.jpg",
    "song": "Flesh War",
    "track_id": "f408da0c-ebf2-4f58-9443-596abfb07f7f",
    "recording_id": "95c61fe2-fb29-4a59-ba8a-9d92124e0c45",
    "artist": "Total Control",
    "artist_ids": [
        "4ba2ddec-dd8d-44b8-8fee-1f4d06e63fb3"
    ],
    "album": "Typical System",
    "release_id": "b4281981-8ef6-4183-ad06-76aa931d2f3d",
    "release_group_id": "020b4a6e-37d4-41fb-af58-bc08b4ada8c1",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2014-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters chose this track by Total Control as a KEXP Song of the Day back in 2014 around the time of its release. You can read more about the Australian band, and get a free download of \"Flesh War,\" here: https://kexp.org/read/2014/7/28/song-of-the-day-total-control-flesh-war/\n\nhttps://hengebeat.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}