Information about plays

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

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

{
    "id": 371895,
    "uri": "https://api.kexp.org/v2/plays/371895/?format=api",
    "airdate": "2019-08-24T21:58:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Handlöst fallen ängel",
    "track_id": "554e3bb1-d24e-457d-9715-26db19c838ea",
    "recording_id": null,
    "artist": "Martyrdöd",
    "artist_ids": [
        "8b345863-e10b-42e8-86ee-1904ec1159c6"
    ],
    "album": "List",
    "release_id": "0a87d288-ed7a-47f3-a008-47dcf98106a8",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [],
    "release_date": "2016-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweden; https://martyrdoedsl.bandcamp.com/album/list",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}