Information about plays

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

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

{
    "id": 3422225,
    "uri": "https://api.kexp.org/v2/plays/3422225/?format=api",
    "airdate": "2024-11-06T20:52:29-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia804500.us.archive.org/4/items/mbid-9d8743da-7546-4340-8223-d4d858035722/mbid-9d8743da-7546-4340-8223-d4d858035722-29545481402_thumb500.jpg",
    "thumbnail_uri": "https://ia804500.us.archive.org/4/items/mbid-9d8743da-7546-4340-8223-d4d858035722/mbid-9d8743da-7546-4340-8223-d4d858035722-29545481402_thumb250.jpg",
    "song": "Dream Baby Dream",
    "track_id": "0d113f55-bf0f-47fd-a07a-ea43ae11bb6e",
    "recording_id": "6d8aa2ea-605d-45c5-b207-6556f23a3f6a",
    "artist": "Suicide",
    "artist_ids": [
        "7a0f02e0-0ab8-4a62-9e14-c6925cfaed07"
    ],
    "album": "The Second Album + The First Rehearsal Tapes",
    "release_id": "9d8743da-7546-4340-8223-d4d858035722",
    "release_group_id": "a9069ea4-f95f-3ac2-a353-59346a98e172",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2000-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suicide, a project between Martin Rev and Alan Vega.\n\nMartin Rev will be playing Freakout this weekend at the Tractor Tavern on Saturday around midnight: https://www.the-freakout.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}