Information about plays

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

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

{
    "id": 3541002,
    "uri": "https://api.kexp.org/v2/plays/3541002/?format=api",
    "airdate": "2025-08-16T23:54:53-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "https://coverartarchive.org/release/eaf766f8-bafd-4353-8f5b-af93f3947a8a/39458713257-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eaf766f8-bafd-4353-8f5b-af93f3947a8a/39458713257-250.jpg",
    "song": "No More",
    "track_id": null,
    "recording_id": "ccb8906e-e7d7-4142-8656-0294c5cc5a69",
    "artist": "Invertebrates",
    "artist_ids": [
        "619f3ce9-16c1-4a43-b69f-96f76da3d2f7"
    ],
    "album": "Sick to Survive",
    "release_id": null,
    "release_group_id": "f6e57088-976d-43ac-9cc4-ce715d30f091",
    "labels": [
        "Beach Impediment Records"
    ],
    "label_ids": [
        "6066b226-3a20-4d8a-8bf0-cf57d5a2ab1d"
    ],
    "release_date": "2024-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}