Information about plays

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

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

{
    "id": 3571613,
    "uri": "https://api.kexp.org/v2/plays/3571613/?format=api",
    "airdate": "2025-10-30T00:40:53-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/cab4d3ff-974e-4258-9ee5-207895cc30fd/13754422916-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cab4d3ff-974e-4258-9ee5-207895cc30fd/13754422916-250.jpg",
    "song": "Mad Eyed Screamer",
    "track_id": null,
    "recording_id": "a758d2d1-7efb-4e45-ac69-be2be498e858",
    "artist": "The Creatures",
    "artist_ids": [
        "9295f2ab-32d5-4f05-8c5d-44daa34e81fa"
    ],
    "album": "Wild Things",
    "release_id": null,
    "release_group_id": "7a3f85da-54b6-4c08-a74b-b1f260668f09",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1981-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}