Information about plays

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

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

{
    "id": 3637980,
    "uri": "https://api.kexp.org/v2/plays/3637980/?format=api",
    "airdate": "2026-04-04T23:51:37-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7ec7851-bd35-4957-8d0a-d65b9e54f068/39491412443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7ec7851-bd35-4957-8d0a-d65b9e54f068/39491412443-250.jpg",
    "song": "Deadly Romance",
    "track_id": null,
    "recording_id": "ffa6f8b6-e39b-4dda-ae7e-de82cb6033e2",
    "artist": "Ejaculators",
    "artist_ids": [
        "cb183bb5-0c8f-466c-980e-338d13f07004"
    ],
    "album": "Wank Generation",
    "release_id": null,
    "release_group_id": "53f823c6-86e5-4666-8b66-17d10c661de0",
    "labels": [
        "General Speech"
    ],
    "label_ids": [
        "2495094a-8eca-4d12-835b-2a876817a877"
    ],
    "release_date": "2024-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}