Information about plays

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

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

{
    "id": 3428473,
    "uri": "https://api.kexp.org/v2/plays/3428473/?format=api",
    "airdate": "2024-11-22T01:33:58-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia601605.us.archive.org/34/items/mbid-d9bcdf3c-5f11-3c72-8730-88600f2e45a7/mbid-d9bcdf3c-5f11-3c72-8730-88600f2e45a7-9544433035_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/34/items/mbid-d9bcdf3c-5f11-3c72-8730-88600f2e45a7/mbid-d9bcdf3c-5f11-3c72-8730-88600f2e45a7-9544433035_thumb250.jpg",
    "song": "69 Police",
    "track_id": "7f4f67e5-4c67-3e79-b863-88967e6289e8",
    "recording_id": "c8267b61-156b-4943-acac-d6836f2c8d86",
    "artist": "David Holmes",
    "artist_ids": [
        "a53f5eed-f9f1-4cf1-9994-4c9374904790"
    ],
    "album": "Bow Down to the Exit Sign",
    "release_id": "f6d207e7-851c-4bc7-aaa1-a70190e795cd",
    "release_group_id": "90753ada-a57b-3b31-9631-7f45c8d1cf17",
    "labels": [
        "1500 Records"
    ],
    "label_ids": [
        "15bc8c1a-6cf5-4e9f-8218-ecc0894b053a"
    ],
    "release_date": "2000-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Dave! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}