Information about plays

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

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

{
    "id": 3550238,
    "uri": "https://api.kexp.org/v2/plays/3550238/?format=api",
    "airdate": "2025-09-08T01:13:00-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c06b236-d48a-4ff8-b047-7629b732f628/15300671018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c06b236-d48a-4ff8-b047-7629b732f628/15300671018-250.jpg",
    "song": "Remembrance",
    "track_id": null,
    "recording_id": "668f1393-9e92-4d6c-8043-42d90087849f",
    "artist": "Yussef Kamaal",
    "artist_ids": [
        "72fd7688-8394-43b6-8f41-278657648a45"
    ],
    "album": "Black Focus",
    "release_id": null,
    "release_group_id": "d3a2d680-b1b0-49b4-84b2-7f9cdfbce9f1",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2016-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}