Information about plays

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

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

{
    "id": 371310,
    "uri": "https://api.kexp.org/v2/plays/371310/?format=api",
    "airdate": "2019-08-23T14:06:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Draw a line",
    "track_id": "488315bf-6e08-490c-9b1c-0f31e2bf0e5c",
    "recording_id": null,
    "artist": "The Qualitons",
    "artist_ids": [
        "3818b558-9edb-4e81-b6a3-f8772b91571d"
    ],
    "album": "Echoes Calling",
    "release_id": "7c9cba78-6173-4c47-959c-462e9681357f",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Qualitons performing live on KEXP: https://www.youtube.com/watch?v=fVeZHi9I5zE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}