Information about plays

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

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

{
    "id": 3549708,
    "uri": "https://api.kexp.org/v2/plays/3549708/?format=api",
    "airdate": "2025-09-06T18:33:49-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfa23b70-bc30-4ef7-9805-fdbea8e08da9/36345070453-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfa23b70-bc30-4ef7-9805-fdbea8e08da9/36345070453-250.jpg",
    "song": "Pain",
    "track_id": null,
    "recording_id": "8be2bb3f-bdcc-451e-aaa1-04e53eba7273",
    "artist": "Ragana",
    "artist_ids": [
        "e7e11307-e6e9-41f9-8d50-07079289ebb3"
    ],
    "album": "Desolation’s Flower",
    "release_id": null,
    "release_group_id": "ddc2afd1-6bc1-4732-80b2-56fbd98bafde",
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2023-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia by way of Oakland black metal band Ragana with one of my favorite tracks off of 2023's \"Desolation's Flower\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}