Information about plays

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

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

{
    "id": 3420565,
    "uri": "https://api.kexp.org/v2/plays/3420565/?format=api",
    "airdate": "2024-11-02T18:17:16-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "https://ia903406.us.archive.org/34/items/mbid-545041dc-89e6-4693-b0d3-3f53c0abe3ca/mbid-545041dc-89e6-4693-b0d3-3f53c0abe3ca-14767066544_thumb500.jpg",
    "thumbnail_uri": "https://ia803406.us.archive.org/34/items/mbid-545041dc-89e6-4693-b0d3-3f53c0abe3ca/mbid-545041dc-89e6-4693-b0d3-3f53c0abe3ca-14767066544_thumb250.jpg",
    "song": "You Turn Clear in the Sun",
    "track_id": "0d870e40-b621-3cf4-85d9-1cd64a56b323",
    "recording_id": "182addf0-5a23-46e8-ad27-0957e4c0a2a0",
    "artist": "Telekinesis",
    "artist_ids": [
        "f8f15c4f-5e51-45f3-b1e1-38132b918036"
    ],
    "album": "12 Desperate Straight Lines",
    "release_id": "545041dc-89e6-4693-b0d3-3f53c0abe3ca",
    "release_group_id": "8fa2ee80-305e-400b-918d-c878a83f59ad",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-02-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2011, '12 Desperate Straight Lines' featured twelve songs of heartache, anger, and even a little hopefulness. Telekinesis had re-emerged with a new band featuring Jason Narducy (Robert Pollard band, Bob Mould band) on bass and Cody Votolato (Jaguar Love, The Blood Brothers) on guitar.\nhttps://www.mergerecords.com/product/12_desperate_straight_lines",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}