Information about plays

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

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

{
    "id": 373335,
    "uri": "https://api.kexp.org/v2/plays/373335/?format=api",
    "airdate": "2019-08-28T03:02:30-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Entryism",
    "track_id": "f79d3550-5aba-4a58-a9a9-babae49bbc35",
    "recording_id": null,
    "artist": "Versing",
    "artist_ids": [
        "d74c3287-3e5c-415f-a752-21737183da93"
    ],
    "album": "10000",
    "release_id": "1a905545-045b-458f-a5d7-eff2bd7ba63c",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about Versing's '10000' on KEXP's Throwaway Style, where frontman Daniel Salas offers a breakdown of every track on the album. https://www.kexp.org/read/2019/5/2/throwaway-style-versing-offers-track-track-breakdown-10000/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}