Information about plays

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

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

{
    "id": 3255064,
    "uri": "https://api.kexp.org/v2/plays/3255064/?format=api",
    "airdate": "2023-10-06T03:20:14-07:00",
    "show": 58261,
    "show_uri": "https://api.kexp.org/v2/shows/58261/?format=api",
    "image_uri": "https://ia802708.us.archive.org/34/items/mbid-47731327-ca31-4d92-b094-398fd25c3e92/mbid-47731327-ca31-4d92-b094-398fd25c3e92-36417375095_thumb500.jpg",
    "thumbnail_uri": "https://ia902708.us.archive.org/34/items/mbid-47731327-ca31-4d92-b094-398fd25c3e92/mbid-47731327-ca31-4d92-b094-398fd25c3e92-36417375095_thumb250.jpg",
    "song": "BLOOM",
    "track_id": "ea2def44-46cf-4105-a7c8-329cd9db09a0",
    "recording_id": "1209e7c4-b87c-4f13-abb4-fe091b212d6e",
    "artist": "ill peach",
    "artist_ids": [
        "5c1a06d4-cb92-4e4d-830c-c20c3d38fbc0"
    ],
    "album": "THIS IS NOT AN EXIT",
    "release_id": "47731327-ca31-4d92-b094-398fd25c3e92",
    "release_group_id": "72577afc-6145-40bc-bfb4-31c5ef1ca254",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2023-11-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THIS IS NOT AN EXIT’s title is a reflection of something Jess Corazza realized during a period of personal and familial crises. “I kept walking into buildings and I’d try to exit somewhere and the sign would be like, ‘This is not an exit,’” she says. “It just felt like a metaphor for a hopeful thing—don't give up yet.” - https://illpeach.bandcamp.com/album/this-is-not-an-exit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}