Information about plays

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

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

{
    "id": 377009,
    "uri": "https://api.kexp.org/v2/plays/377009/?format=api",
    "airdate": "2019-09-05T12:58:41-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/43f77006-c00c-4a71-9bcf-80443c5d4eb3/21299152919-250.jpg",
    "thumbnail_uri": "",
    "song": "Poly Blue",
    "track_id": "b638cc1b-c0c1-4e94-8a27-84cc2cf148bf",
    "recording_id": null,
    "artist": "Jessica Pratt",
    "artist_ids": [
        "1a331805-47cc-4f30-a123-94d820dbca31"
    ],
    "album": "Quiet Signs",
    "release_id": "43f77006-c00c-4a71-9bcf-80443c5d4eb3",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jessica Pratt performed live in the KEXP studio in February of 2015. You can find the full video of her performance here: https://www.youtube.com/watch?v=SqVMi6Ma7as",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}