Information about plays

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

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

{
    "id": 3538518,
    "uri": "https://api.kexp.org/v2/plays/3538518/?format=api",
    "airdate": "2025-08-10T21:39:48-07:00",
    "show": 64256,
    "show_uri": "https://api.kexp.org/v2/shows/64256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Think Quick (Moritz von Oswald’s ’94 remodel)",
    "track_id": null,
    "recording_id": "ee37e7be-9ab9-400a-b1d9-5243fb30201d",
    "artist": "Infiniti & Moritz von Oswald",
    "artist_ids": [
        "82999a0b-057c-4635-8e29-7eeb88e0ac0c",
        "48c4ea31-fe9d-4bbf-8a1c-a2996abcfb9f"
    ],
    "album": "The Remixes Part 3/3",
    "release_id": null,
    "release_group_id": "4e912196-f590-4c52-9e99-b8da98f1752e",
    "labels": [
        "Tresor"
    ],
    "label_ids": [
        "888875e6-a416-494c-91fe-0cf35295f34f"
    ],
    "release_date": "2012-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}