Information about plays

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

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

{
    "id": 3560719,
    "uri": "https://api.kexp.org/v2/plays/3560719/?format=api",
    "airdate": "2025-10-03T04:44:01-07:00",
    "show": 64730,
    "show_uri": "https://api.kexp.org/v2/shows/64730/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0a5b753-03a9-4758-8c21-40f7e7b08561/37884172245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0a5b753-03a9-4758-8c21-40f7e7b08561/37884172245-250.jpg",
    "song": "Humble as the Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Vylan",
    "artist_ids": [
        "d1bc5be1-f552-4e2e-95ae-da8d6a4d3c17"
    ],
    "album": "Humble as the Sun",
    "release_id": null,
    "release_group_id": "95f1e320-fac7-4aca-88d5-90f24f017d34",
    "labels": [
        "Ghost Theatre 2"
    ],
    "label_ids": [
        "7e25b1ad-6ff1-43dc-b8b1-9216dab30113"
    ],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}