Information about plays

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

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

{
    "id": 3564438,
    "uri": "https://api.kexp.org/v2/plays/3564438/?format=api",
    "airdate": "2025-10-13T04:26:42-07:00",
    "show": 64822,
    "show_uri": "https://api.kexp.org/v2/shows/64822/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbc5f55e-faf5-399f-b8fd-a896cfea44d5/9437723848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbc5f55e-faf5-399f-b8fd-a896cfea44d5/9437723848-250.jpg",
    "song": "The Lights",
    "track_id": null,
    "recording_id": null,
    "artist": "Robbie Robertson",
    "artist_ids": [
        "a0920ae6-2968-4f92-ac14-67448452bd18"
    ],
    "album": "Contact From the Underworld of Redboy",
    "release_id": null,
    "release_group_id": "46e9dd92-c97e-3e8e-a023-5d3dfa10402d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}