Information about plays

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

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

{
    "id": 3637466,
    "uri": "https://api.kexp.org/v2/plays/3637466/?format=api",
    "airdate": "2026-04-03T23:08:28-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3c1de07-97f5-4c99-8e15-da0636a268f6/40995385182-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3c1de07-97f5-4c99-8e15-da0636a268f6/40995385182-250.jpg",
    "song": "Black Be The Source",
    "track_id": null,
    "recording_id": "13779bf2-f115-4004-bb78-4097f59883af",
    "artist": "Fly Anakin, Pink Siifu & Billz Egypt",
    "artist_ids": [
        "5f8fd2d5-407b-4f38-bef0-35278078a7f2",
        "e0eca4fb-9977-43e6-a61a-405f905a34aa",
        "89bea8c4-2e92-4419-9333-ed5c7ce82e66"
    ],
    "album": "Black Be The Source",
    "release_id": null,
    "release_group_id": "c3bc5641-254b-42f6-adf3-883e661bb554",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2022-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}