Information about plays

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

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

{
    "id": 3545087,
    "uri": "https://api.kexp.org/v2/plays/3545087/?format=api",
    "airdate": "2025-08-26T14:15:05-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f5738f7-98d2-44bd-b8df-06a2350306b2/6400956640-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f5738f7-98d2-44bd-b8df-06a2350306b2/6400956640-250.jpg",
    "song": "Georgia",
    "track_id": null,
    "recording_id": "0a3564a3-8c75-42d7-ab4f-7f8d448d186d",
    "artist": "Orchestral Manœuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Architecture & Morality",
    "release_id": null,
    "release_group_id": "c31b767b-97f0-3cb1-8b09-233a64683997",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1981-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orchestral Manoeuvres in the Dark are an English electronic band formed in Meols, Merseyside in 1978 by Andy McCluskey and Paul Humphreys.\n\nCheck out the Official YouTube page from OMD here:\nhttps://www.youtube.com/channel/UCGt81JgXy5FiQUml-nqePKw\n---\nhttps://omd.uk.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}