Information about plays

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

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

{
    "id": 3585648,
    "uri": "https://api.kexp.org/v2/plays/3585648/?format=api",
    "airdate": "2025-12-02T01:13:50-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Game",
    "track_id": "f7eb816b-c998-340b-88ab-d9a323b53bc1",
    "recording_id": "592ee007-47d1-4774-95f0-14ea40b1a013",
    "artist": "Pete Rock feat. Raekwon, Prodigy & Ghostface Killah",
    "artist_ids": [
        "4e954b02-fae2-4bd7-9547-e055a6ac0527",
        "39a973f2-0785-4ef6-90d9-551378864f89",
        "2996c6a2-215d-4f78-aed6-81a130b04816",
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "Soul Survivor",
    "release_id": "df243ead-3d87-4452-ac17-4882d34c743c",
    "release_group_id": "1c334560-65c2-36f8-a091-cbcb2112e0d1",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1998-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}