Information about plays

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

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

{
    "id": 382893,
    "uri": "https://api.kexp.org/v2/plays/382893/?format=api",
    "airdate": "2019-09-19T09:06:00-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gosh",
    "track_id": "45741851-8e9e-4523-8e86-e0f3879e968d",
    "recording_id": null,
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Colour",
    "release_id": "fe921ba8-c12a-4077-9ce8-adfc3b0c50f9",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [],
    "release_date": "2015-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Currently the only solo album from The xx's Jamie xx, released in 2015",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}