Information about plays

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

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

{
    "id": 3520229,
    "uri": "https://api.kexp.org/v2/plays/3520229/?format=api",
    "airdate": "2025-06-29T02:47:32-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-9644d5a1-ca5a-41fa-b8f1-81918b74fea8/mbid-9644d5a1-ca5a-41fa-b8f1-81918b74fea8-42026594359_thumb500.jpg",
    "thumbnail_uri": "https://ia800708.us.archive.org/11/items/mbid-9644d5a1-ca5a-41fa-b8f1-81918b74fea8/mbid-9644d5a1-ca5a-41fa-b8f1-81918b74fea8-42026594359_thumb250.jpg",
    "song": "Medicine Speed",
    "track_id": "e8d77ac1-75de-4341-8d46-111b23ad3942",
    "recording_id": "68deb364-983e-4ebf-a16f-62e3e192d53c",
    "artist": "Ryli",
    "artist_ids": [
        "c3a183a4-e0bf-412b-bcbb-d1bc649457b2"
    ],
    "album": "Come and Get Me",
    "release_id": "9644d5a1-ca5a-41fa-b8f1-81918b74fea8",
    "release_group_id": "b7874557-e454-4f25-989a-d769972320ae",
    "labels": [
        "Dandy Boy Records"
    ],
    "label_ids": [
        "7a28c504-5cdd-4a6c-8924-0f53d9bc7912"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}