Information about plays

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

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

{
    "id": 3522781,
    "uri": "https://api.kexp.org/v2/plays/3522781/?format=api",
    "airdate": "2025-07-05T00:54:35-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/46b5369a-1b64-4d8a-b7c7-a00c0652fd4f/41144034803-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46b5369a-1b64-4d8a-b7c7-a00c0652fd4f/41144034803-250.jpg",
    "song": "Long Live J Dilla",
    "track_id": null,
    "recording_id": "1d41cda7-9979-4282-9d8f-4f473a320380",
    "artist": "Karriem Riggins feat. Westside Gunn & Busta Rhymes",
    "artist_ids": [
        "f5535b25-11fb-429c-8589-417ded07caf7",
        "9f42ba3d-3cfc-499c-ba16-7226f56b622f",
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "Long Live J Dilla",
    "release_id": null,
    "release_group_id": "d991c39c-274f-4a3f-ac42-e0c8f2df070d",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}