Information about plays

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

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

{
    "id": 3429380,
    "uri": "https://api.kexp.org/v2/plays/3429380/?format=api",
    "airdate": "2024-11-24T05:52:40-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia803205.us.archive.org/4/items/mbid-2b612b0f-7678-49cb-9247-6802e7271c6d/mbid-2b612b0f-7678-49cb-9247-6802e7271c6d-40472545182_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/4/items/mbid-2b612b0f-7678-49cb-9247-6802e7271c6d/mbid-2b612b0f-7678-49cb-9247-6802e7271c6d-40472545182_thumb250.jpg",
    "song": "Wolf Like Me",
    "track_id": "bf083201-7748-4f3e-ab1e-1bfd7f79e0ff",
    "recording_id": "79cc0d64-9c86-4f26-ad5f-57a344815efa",
    "artist": "Bartees Strange, Anjimile & Kara Jackson",
    "artist_ids": [
        "2af1b76d-104c-4ba2-8092-49887407f8f3",
        "9e1ea361-c2cc-45a4-a926-00518453efc0",
        "0c3fe1fa-edd0-471c-b6a1-87472da86167"
    ],
    "album": "TRAИƧA",
    "release_id": "2b612b0f-7678-49cb-9247-6802e7271c6d",
    "release_group_id": "d510d15f-1be9-4290-8fda-a563c6881e47",
    "labels": [
        "Red Hot Organization"
    ],
    "label_ids": [
        "c0b03b5b-8ab6-4009-80da-277affa88056"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}