Information about plays

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

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

{
    "id": 3429381,
    "uri": "https://api.kexp.org/v2/plays/3429381/?format=api",
    "airdate": "2024-11-24T05:56:58-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia800506.us.archive.org/31/items/mbid-976cb0b8-2ff3-4556-a89d-458a23900e42/mbid-976cb0b8-2ff3-4556-a89d-458a23900e42-14443935028_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/31/items/mbid-976cb0b8-2ff3-4556-a89d-458a23900e42/mbid-976cb0b8-2ff3-4556-a89d-458a23900e42-14443935028_thumb250.jpg",
    "song": "Home Is Where the Haunt Is",
    "track_id": "883850e9-be4c-4c81-ac25-f24c85cdf74a",
    "recording_id": "f0d0d177-a2ea-45c3-96fd-f923b68cd232",
    "artist": "American Football",
    "artist_ids": [
        "4ebb5ad3-9018-407d-8c24-c03011ab9ac6"
    ],
    "album": "American Football",
    "release_id": "976cb0b8-2ff3-4556-a89d-458a23900e42",
    "release_group_id": "f98334d4-5eb5-48b2-820b-faa8db645c10",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}