Information about plays

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

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

{
    "id": 348399,
    "uri": "https://api.kexp.org/v2/plays/348399/?format=api",
    "airdate": "2019-06-30T22:49:00-07:00",
    "show": 5807,
    "show_uri": "https://api.kexp.org/v2/shows/5807/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "XAllegroX",
    "track_id": "5a895e0d-5f51-401b-bf95-a9eed0c52b7c",
    "recording_id": null,
    "artist": "Lorenzo Senni",
    "artist_ids": [
        "6d048374-a963-4b59-8d49-11406ea8a244"
    ],
    "album": "XAllegroX / The Shape of Trance to Come",
    "release_id": "d3b16bf3-b3be-47f9-a7e3-74b2d27685eb",
    "release_group_id": null,
    "labels": [
        "Warp Records Limited"
    ],
    "label_ids": [
        "0bf864f5-82c3-42ed-afe3-f43be3447fa2"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}