Information about plays

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

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

{
    "id": 3547214,
    "uri": "https://api.kexp.org/v2/plays/3547214/?format=api",
    "airdate": "2025-08-31T15:38:46-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/e663a9ee-967c-4504-8832-ff6b03ea3642/29305300467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e663a9ee-967c-4504-8832-ff6b03ea3642/29305300467-250.jpg",
    "song": "Crash With No Cushion",
    "track_id": null,
    "recording_id": "2c448b23-421b-4534-b075-eea25803d91b",
    "artist": "The High Decibels",
    "artist_ids": [
        "94e69d21-85d2-4d5f-9e8c-f1ad516d2b71"
    ],
    "album": "The High Decibels",
    "release_id": null,
    "release_group_id": "05e196e7-3ebb-4bc7-a9a0-d5844ff85788",
    "labels": [
        "Rolling Jack Records"
    ],
    "label_ids": [
        "42aeb95e-28fa-48a2-93d8-144fdead3105"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland hip hop poets with live acoustic guitar. https://www.npr.org/2010/04/06/125622296/the-high-decibels-party-in-your-mind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}