Information about plays

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

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

{
    "id": 3545613,
    "uri": "https://api.kexp.org/v2/plays/3545613/?format=api",
    "airdate": "2025-08-27T20:41:40-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://ia903208.us.archive.org/28/items/mbid-c8f1a34c-6ca3-482d-86a5-bc7ac7795e5a/mbid-c8f1a34c-6ca3-482d-86a5-bc7ac7795e5a-3233313337_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/28/items/mbid-c8f1a34c-6ca3-482d-86a5-bc7ac7795e5a/mbid-c8f1a34c-6ca3-482d-86a5-bc7ac7795e5a-3233313337_thumb250.jpg",
    "song": "new you",
    "track_id": "029d3620-122e-320f-8546-70fd975535bd",
    "recording_id": "761246f5-a276-4e6a-9136-305cb048af43",
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "m b v",
    "release_id": "c8f1a34c-6ca3-482d-86a5-bc7ac7795e5a",
    "release_group_id": "46211613-b2c8-4a00-a5ac-c6a8c8226119",
    "labels": [
        "mbv records"
    ],
    "label_ids": [
        "f446b0c9-f1d4-434f-a75e-2817c78f75c9"
    ],
    "release_date": "2013-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Requested by Jackie and Lee in Alameda!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}