Information about plays

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

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

{
    "id": 3519643,
    "uri": "https://api.kexp.org/v2/plays/3519643/?format=api",
    "airdate": "2025-06-27T19:34:32-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/20a144d5-4246-49fe-ad20-5fb2d7fcd221/41383148958-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20a144d5-4246-49fe-ad20-5fb2d7fcd221/41383148958-250.jpg",
    "song": "M'akoma Nnwom",
    "track_id": null,
    "recording_id": "37733c95-67b1-4a82-9a82-9a3d10846a45",
    "artist": "Kwashibu Area Band",
    "artist_ids": [
        "b1b19d69-d5b3-468f-a715-c2e3baabf3c6"
    ],
    "album": "M'akoma Nnwom",
    "release_id": null,
    "release_group_id": "776e106c-0ef4-469f-bd7b-fdb89dd20c17",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghana always!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}