Information about plays

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

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

{
    "id": 2679320,
    "uri": "https://api.kexp.org/v2/plays/2679320/?format=api",
    "airdate": "2019-12-28T22:30:34-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's a Whore",
    "track_id": "a36a36a9-17cf-396d-8e33-b89e03bbeed7",
    "recording_id": null,
    "artist": "Big Black",
    "artist_ids": [
        "9463868f-edc8-427e-ac07-ea89698e5f15"
    ],
    "album": "Songs About Fucking",
    "release_id": "4a89a2f8-f139-41d9-abb9-f1e553c7b030",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP David Riley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}