Information about plays

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

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

{
    "id": 380293,
    "uri": "https://api.kexp.org/v2/plays/380293/?format=api",
    "airdate": "2019-09-13T06:09:36-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/58462c1e-8a0f-4534-a83e-565f36d224e7/7653507218-250.jpg",
    "thumbnail_uri": "",
    "song": "Plainsong",
    "track_id": "742bdd8e-c025-3aae-a8ee-92148a9a6db5",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1989-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're playing BIG SONGS today, and this is a great example of what we mean by BIG. Think epic soundscapes. And go! Requests welcomed at dj@kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}