Information about plays

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

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

{
    "id": 3542201,
    "uri": "https://api.kexp.org/v2/plays/3542201/?format=api",
    "airdate": "2025-08-19T20:57:29-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/223bd1bc-5607-40da-92ce-758768cac745/30886750788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/223bd1bc-5607-40da-92ce-758768cac745/30886750788-250.jpg",
    "song": "Emnete",
    "track_id": null,
    "recording_id": "94fc2550-5a07-4cf4-8cb6-3b82504c2cb1",
    "artist": "Mulatu Astatqé",
    "artist_ids": [
        "67f0c7ca-14e8-47a3-be0e-bd2f2ffe25bb"
    ],
    "album": "Ernesto Chahoud presents TAITU - Soul-fuelled Stompers from 1960s - 1970s Ethiopia",
    "release_id": null,
    "release_group_id": "5f3df91c-e307-451f-b967-66056928b269",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2018-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}