Information about plays

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

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

{
    "id": 3561384,
    "uri": "https://api.kexp.org/v2/plays/3561384/?format=api",
    "airdate": "2025-10-04T21:16:02-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mrs. Rock and Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "BUM",
    "artist_ids": [
        "0c48944a-0ba5-431c-99ac-763dab3607fd"
    ],
    "album": "Kidd Bitz (& Glazed Rookies)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hey Suburbia"
    ],
    "label_ids": [],
    "release_date": "2025-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Previously unreleased collection that compiles Bum's rare 7\" singles and previously unreleased tracks, showcasing their infectious melodies, driving riffs, and high-energy performances.\n\nhttps://wyrdbyrdypsi.com/products/bum-kid-bitz-glazed-rookies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}