Information about plays

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

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

{
    "id": 3418224,
    "uri": "https://api.kexp.org/v2/plays/3418224/?format=api",
    "airdate": "2024-10-28T01:32:59-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://ia800203.us.archive.org/16/items/mbid-ea58b34e-9b87-447a-8ddc-6496bcec843f/mbid-ea58b34e-9b87-447a-8ddc-6496bcec843f-38385326459_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/16/items/mbid-ea58b34e-9b87-447a-8ddc-6496bcec843f/mbid-ea58b34e-9b87-447a-8ddc-6496bcec843f-38385326459_thumb250.jpg",
    "song": "Lost",
    "track_id": "82fef1ce-b146-4a6c-a0c1-984bf6f58912",
    "recording_id": "e5d0f137-a3d5-401f-a0cd-96809cdc895a",
    "artist": "Amanda Whiting",
    "artist_ids": [
        "b94ca4ff-3bff-4d89-8748-8aa6f7745194"
    ],
    "album": "Lost in Abstraction",
    "release_id": "ea58b34e-9b87-447a-8ddc-6496bcec843f",
    "release_group_id": "eb9c8e54-1e96-446a-a8d7-6cb00464738c",
    "labels": [
        "Jazzman"
    ],
    "label_ids": [
        "bbd27f09-26f7-44cc-8428-fc810f2ff4e5"
    ],
    "release_date": "2022-05-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cardiff Whales based Jazz Harpist takes us on a wonderful journey into the early morning",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}