Information about plays

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

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

{
    "id": 3547399,
    "uri": "https://api.kexp.org/v2/plays/3547399/?format=api",
    "airdate": "2025-09-01T02:51:24-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f2a9696-3873-4f5f-9f95-6614ed21c423/8153944555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f2a9696-3873-4f5f-9f95-6614ed21c423/8153944555-250.jpg",
    "song": "Black Night",
    "track_id": null,
    "recording_id": "b887f856-07ba-49b9-898e-51a410dd9814",
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "New Orleans Piano Wizard: Live!",
    "release_id": null,
    "release_group_id": "905a19ba-2fa7-3883-9dcd-642da85c9ed8",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}