Information about plays

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

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

{
    "id": 370798,
    "uri": "https://api.kexp.org/v2/plays/370798/?format=api",
    "airdate": "2019-08-22T10:41:50-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Around You",
    "track_id": "9bd60e74-d35d-4ee0-b095-a8d278deb096",
    "recording_id": null,
    "artist": "Midnight Faces",
    "artist_ids": [
        "2c4c4111-3482-47c1-94ea-d383d15a4768"
    ],
    "album": "Heavenly Bodies",
    "release_id": "ff0418d3-e754-4290-9555-975292b3692d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midnight Faces performed this track live in the KEXP studio in October 2016. Watch this song and the full session here: https://www.youtube.com/watch?v=b7Qz0GG24sU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}