Information about plays

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

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

{
    "id": 2678778,
    "uri": "https://api.kexp.org/v2/plays/2678778/?format=api",
    "airdate": "2019-12-27T13:09:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Map of What Is Effortless",
    "track_id": "5fd29976-8c0a-40a9-a7fa-82cd5f1657e2",
    "recording_id": null,
    "artist": "Telefon Tel Aviv",
    "artist_ids": [
        "453f1594-112e-4d3c-921a-8d14e9c97b2e"
    ],
    "album": "Map of What Is Effortless",
    "release_id": "6d0a70da-1f97-4916-a451-21fa3ee28123",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [],
    "release_date": "2017-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Neumos March 5th. https://telefon-tel-aviv.bandcamp.com/album/map-of-what-is-effortless",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}