Information about plays

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

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

{
    "id": 3422093,
    "uri": "https://api.kexp.org/v2/plays/3422093/?format=api",
    "airdate": "2024-11-06T12:25:17-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia801403.us.archive.org/26/items/mbid-6f2f317d-ca9e-43df-bd67-d508f1d85803/mbid-6f2f317d-ca9e-43df-bd67-d508f1d85803-16069095608_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/26/items/mbid-6f2f317d-ca9e-43df-bd67-d508f1d85803/mbid-6f2f317d-ca9e-43df-bd67-d508f1d85803-16069095608_thumb250.jpg",
    "song": "Goodbye Yellow Brick Road",
    "track_id": "994d35da-65c3-3e63-9b81-0e7634165804",
    "recording_id": "e492bc5b-469e-497b-903d-64a9713deee0",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Goodbye Yellow Brick Road",
    "release_id": "6f2f317d-ca9e-43df-bd67-d508f1d85803",
    "release_group_id": "80df0f1b-4ce7-348a-aa1b-0d31ebff111a",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1973-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based off songwriter Bernie Taupin's childhood growing up on a farm, “[The story of a] country kid going to the big city,” he said on Classic Albums. “But at the same time, yes, I think it could have been the all-encompassing world of fame. Could be rock 'n' roll – is it everything it’s cracked up to be? Possibly not.”\nhttps://www.rollingstone.com/music/music-news/elton-john-and-bernie-taupin-look-back-at-goodbye-yellow-brick-road-205112/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}