Information about plays

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

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

{
    "id": 347178,
    "uri": "https://api.kexp.org/v2/plays/347178/?format=api",
    "airdate": "2019-06-27T22:11:28-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8a54dea-12d4-48db-b2a4-12ed29a1c4f6/22389083138-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Flo",
    "track_id": "c0a86db5-d636-4a27-8c36-8a59360e6276",
    "recording_id": null,
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "When I Get Home",
    "release_id": "d8a54dea-12d4-48db-b2a4-12ed29a1c4f6",
    "release_group_id": null,
    "labels": [
        "Saint Records"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When I Get Home is the fourth studio album by American singer and songwriter Solange. It is the follow up to her 2016 album A Seat at the Table and explores Solange Knowles' hometown of Houston, Texas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}