Information about plays

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

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

{
    "id": 349929,
    "uri": "https://api.kexp.org/v2/plays/349929/?format=api",
    "airdate": "2019-07-04T06:27:48-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/4f931a2b-98eb-49bb-94b7-0ec62dcfe644/5356827241-250.jpg",
    "thumbnail_uri": "",
    "song": "Ex‐Factor",
    "track_id": "038556d4-d80f-3ef8-be28-8f06b679abff",
    "recording_id": null,
    "artist": "Lauryn Hill",
    "artist_ids": [
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "The Miseducation of Lauryn Hill",
    "release_id": "4f931a2b-98eb-49bb-94b7-0ec62dcfe644",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lauryn Hill to Rolling Stone 10 years after the release of this classic: \"[I wanted to] write songs that lyrically move me and have the integrity of reggae and the knock of hip-hop and the instrumentation of classic soul. [My engineer and I worked on] a sound that’s raw. I like the rawness of you being able to hear the scratch in the vocals. I don’t ever want that taken away.\" | https://bit.ly/2XLsoMa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}