Information about plays

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

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

{
    "id": 375950,
    "uri": "https://api.kexp.org/v2/plays/375950/?format=api",
    "airdate": "2019-09-03T09:39:09-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf02a9fc-e353-413b-85b2-cea562dbfaf2/23918297104-250.jpg",
    "thumbnail_uri": "",
    "song": "Hatshepsut",
    "track_id": "f336b335-089f-4948-9f7a-565568eb4027",
    "recording_id": null,
    "artist": "Rapsody feat. Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "Eve",
    "release_id": "cf02a9fc-e353-413b-85b2-cea562dbfaf2",
    "release_group_id": null,
    "labels": [
        "Jamla Records"
    ],
    "label_ids": [
        "d0626ef3-bc3a-46d5-8aea-db5a07cad49e"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know: Hatshepsut was the second historically-confirmed female pharaoh, the first being Sobekneferu? We love Rapsody, and the N. Carolinian artist will be playing the Neptune on October 12.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}