Information about plays

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

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

{
    "id": 3428486,
    "uri": "https://api.kexp.org/v2/plays/3428486/?format=api",
    "airdate": "2024-11-22T02:23:33-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia600508.us.archive.org/27/items/mbid-18e073af-2933-4f0c-8cfa-b2e1f1cf985a/mbid-18e073af-2933-4f0c-8cfa-b2e1f1cf985a-38067992112_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/27/items/mbid-18e073af-2933-4f0c-8cfa-b2e1f1cf985a/mbid-18e073af-2933-4f0c-8cfa-b2e1f1cf985a-38067992112_thumb250.jpg",
    "song": "House of Self‐Undoing",
    "track_id": "b559421c-45f9-4eb4-8f36-bcff473ad004",
    "recording_id": "323ad432-5b24-4b70-8842-86c556dfa98d",
    "artist": "Chelsea Wolfe",
    "artist_ids": [
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "She Reaches Out to She Reaches Out to She",
    "release_id": "18e073af-2933-4f0c-8cfa-b2e1f1cf985a",
    "release_group_id": "7a2e8e09-aa9c-4c39-8f2d-50577d0b4669",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}