Information about plays

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

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

{
    "id": 380609,
    "uri": "https://api.kexp.org/v2/plays/380609/?format=api",
    "airdate": "2019-09-14T01:21:41-07:00",
    "show": 6334,
    "show_uri": "https://api.kexp.org/v2/shows/6334/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf02a9fc-e353-413b-85b2-cea562dbfaf2/23918297104-250.jpg",
    "thumbnail_uri": "",
    "song": "Iman",
    "track_id": "343ad1c7-dfd0-452c-b227-54e5a33e7c4b",
    "recording_id": null,
    "artist": "Rapsody feat. SiR & J.I.D",
    "artist_ids": [
        "d616b606-cf6a-4b6e-ab0f-e253b8db6610"
    ],
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}