Information about plays

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

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

{
    "id": 3571617,
    "uri": "https://api.kexp.org/v2/plays/3571617/?format=api",
    "airdate": "2025-10-30T00:53:20-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://ia801202.us.archive.org/15/items/mbid-cf2cbb78-ede0-3cb0-8713-2e548793aac9/mbid-cf2cbb78-ede0-3cb0-8713-2e548793aac9-11991286195_thumb500.jpg",
    "thumbnail_uri": "https://ia801202.us.archive.org/15/items/mbid-cf2cbb78-ede0-3cb0-8713-2e548793aac9/mbid-cf2cbb78-ede0-3cb0-8713-2e548793aac9-11991286195_thumb250.jpg",
    "song": "Lucretia My Reflection",
    "track_id": "0fa30770-881e-375d-a7df-d65b57e2abce",
    "recording_id": "79dd9e1a-13f0-4c22-a62d-4af03d6e1003",
    "artist": "The Sisters of Mercy",
    "artist_ids": [
        "553d8166-27b0-49fe-b8e4-89a984e2c375"
    ],
    "album": "Floodland",
    "release_id": "cf2cbb78-ede0-3cb0-8713-2e548793aac9",
    "release_group_id": "d1ae968e-ed20-35a2-9741-17f82e20bd28",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}