Information about plays

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

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

{
    "id": 3421287,
    "uri": "https://api.kexp.org/v2/plays/3421287/?format=api",
    "airdate": "2024-11-04T10:44:13-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia801404.us.archive.org/32/items/mbid-9548efdb-4208-473c-976f-1e06e2106f7b/mbid-9548efdb-4208-473c-976f-1e06e2106f7b-16220903845_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/32/items/mbid-9548efdb-4208-473c-976f-1e06e2106f7b/mbid-9548efdb-4208-473c-976f-1e06e2106f7b-16220903845_thumb250.jpg",
    "song": "Kitty With the Bent Frame",
    "track_id": "be0e5ffd-ccbf-3cc1-a608-05fc68f9e441",
    "recording_id": "0c08d315-f2bc-48ee-87c1-d5479817b0ce",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "$ (Music From the Original Motion Picture Sound Track)",
    "release_id": "98f653cf-2ef1-49b7-b28f-dfffdee60e7c",
    "release_group_id": "a227c354-705e-31ab-8da9-4fc9962c0d09",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}