Information about plays

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

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

{
    "id": 373016,
    "uri": "https://api.kexp.org/v2/plays/373016/?format=api",
    "airdate": "2019-08-27T14:34:38-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf/11735022667-250.jpg",
    "thumbnail_uri": "",
    "song": "Gepetto",
    "track_id": "fa7a0524-84c9-3472-b20d-3895a8b7986e",
    "recording_id": null,
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": "2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belly stopped by KEXP last year to play songs from their new album, as well as this classic track: https://www.youtube.com/watch?v=FM4pm6S8Mi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}