Information about plays

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

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

{
    "id": 3437569,
    "uri": "https://api.kexp.org/v2/plays/3437569/?format=api",
    "airdate": "2024-12-13T12:10:58-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia803008.us.archive.org/17/items/mbid-b9cd0ce9-b6d1-4e1e-961e-e99bc3da9875/mbid-b9cd0ce9-b6d1-4e1e-961e-e99bc3da9875-36546777647_thumb500.jpg",
    "thumbnail_uri": "https://ia803008.us.archive.org/17/items/mbid-b9cd0ce9-b6d1-4e1e-961e-e99bc3da9875/mbid-b9cd0ce9-b6d1-4e1e-961e-e99bc3da9875-36546777647_thumb250.jpg",
    "song": "TV Revelation",
    "track_id": "8d8f9403-9ba1-43a2-80bb-c8b88dc9c366",
    "recording_id": "f61806f3-6ab4-4d1e-b872-23b7a0557ddc",
    "artist": "TV Star",
    "artist_ids": [
        "494eaf6d-a316-4cb3-b138-b831c6a43f46"
    ],
    "album": "Tv3",
    "release_id": "b9cd0ce9-b6d1-4e1e-961e-e99bc3da9875",
    "release_group_id": "2c80909e-f078-424d-85d9-9a7834daaaa0",
    "labels": [
        "TV Star"
    ],
    "label_ids": [
        "9c44b334-b0d3-4cb8-b694-67fb4fe80cf9"
    ],
    "release_date": "2023-08-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local band TV Star will be playing tonight at the Tremolo Festival in Seattle, hosted by the Central Saloon! The lineup also features New Age Healers and Guest Directors. Check out the full list of performances for this weekend here: https://www.tremolosea.com/\n\nhttps://tvstar.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}