Information about plays

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

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

{
    "id": 3546100,
    "uri": "https://api.kexp.org/v2/plays/3546100/?format=api",
    "airdate": "2025-08-29T01:28:34-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia801203.us.archive.org/4/items/mbid-5ddf4fbc-c415-4974-9d2b-abb7b96b45f7/mbid-5ddf4fbc-c415-4974-9d2b-abb7b96b45f7-11857251899_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/4/items/mbid-5ddf4fbc-c415-4974-9d2b-abb7b96b45f7/mbid-5ddf4fbc-c415-4974-9d2b-abb7b96b45f7-11857251899_thumb250.jpg",
    "song": "Teardrop",
    "track_id": "ba953422-3e95-4cb6-901f-529e391f4167",
    "recording_id": "f3bba4cd-8018-468b-902e-bc8f029593e5",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Mezzanine",
    "release_id": "5ddf4fbc-c415-4974-9d2b-abb7b96b45f7",
    "release_group_id": "6f9f6899-c0d3-311d-ae87-a10ae6bc53a9",
    "labels": [
        "Virgin",
        "Circa Records"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "2df11336-aca7-460e-8c2a-02ae67508ddf"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the one and only Elizabeth Fraser ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}