Information about plays

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

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

{
    "id": 3572407,
    "uri": "https://api.kexp.org/v2/plays/3572407/?format=api",
    "airdate": "2025-11-01T00:43:52-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scatter Brain",
    "track_id": null,
    "recording_id": "0549e4b8-1084-4e3d-ac7b-d93f5a560793",
    "artist": "Conway the Machine feat. Ludacris & JID",
    "artist_ids": [
        "a633ebb5-b81a-400f-b5df-0e625ea81fe9",
        "0638ba22-040f-438d-83a5-9b670c4adaf5",
        "d616b606-cf6a-4b6e-ab0f-e253b8db6610"
    ],
    "album": "La Maquina",
    "release_id": null,
    "release_group_id": "60eb8028-8e9e-48c9-b250-df1273aef825",
    "labels": [
        "Drumworks"
    ],
    "label_ids": [
        "6d1fafbe-e424-4c53-ac0e-7f8d67967ea5"
    ],
    "release_date": "2021-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}