Information about plays

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

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

{
    "id": 348994,
    "uri": "https://api.kexp.org/v2/plays/348994/?format=api",
    "airdate": "2019-07-02T10:10:21-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/81d2c4da-0824-40b5-8672-36253542f254/23101460043-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Be so Hard on Yourself",
    "track_id": "2cb378ee-c327-4f25-891c-a7fd9bb992eb",
    "recording_id": null,
    "artist": "Alex Lahey",
    "artist_ids": [
        "16e763f2-d85d-4fd8-a9c4-929d3af41946"
    ],
    "album": "The Best of Luck Club",
    "release_id": "81d2c4da-0824-40b5-8672-36253542f254",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Australian rocker (Now Nashville resident) Alex Lahey is today's KEXP song of the Day.  Learn more about the artist and download the song for yourself here:  https://www.kexp.org/podcasts/song-of-the-day/2019/7/2/alex-lahey-dont-be-so-hard-yourself/  She'll be at the Bumbershoot Music and Arts Festival, August 30th- September 1st, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}