Information about plays

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

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

{
    "id": 3526377,
    "uri": "https://api.kexp.org/v2/plays/3526377/?format=api",
    "airdate": "2025-07-13T10:27:59-07:00",
    "show": 64002,
    "show_uri": "https://api.kexp.org/v2/shows/64002/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c230a38-999b-4331-a5ad-7d4c406bb0a6/35620164723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c230a38-999b-4331-a5ad-7d4c406bb0a6/35620164723-250.jpg",
    "song": "Dead Flowers",
    "track_id": null,
    "recording_id": "5110c8a1-5889-42a7-b22e-35ac61360f14",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Sticky Fingers",
    "release_id": null,
    "release_group_id": "4a4213d0-f224-3d51-bcca-476f61162681",
    "labels": [
        "Rolling Stones Records"
    ],
    "label_ids": [
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1971-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written under the influence of heroin and Gram Parsons.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}