Information about plays

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

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

{
    "id": 383000,
    "uri": "https://api.kexp.org/v2/plays/383000/?format=api",
    "airdate": "2019-09-19T15:03:24-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "http://coverartarchive.org/release/aa215947-36bf-46a5-b49e-bb4114cc9fa1/10811578632-250.jpg",
    "thumbnail_uri": "",
    "song": "Better at Making Time",
    "track_id": "9ab18b4d-0675-42c0-86a2-2acaaea6c7b7",
    "recording_id": null,
    "artist": "De Lux",
    "artist_ids": [
        "38128b63-0557-4d63-82e8-c1f7474acdd1"
    ],
    "album": "Voyage",
    "release_id": "aa215947-36bf-46a5-b49e-bb4114cc9fa1",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2014-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"L.A.’s De Lux are a post-disco dance-punk DIY duo that sound like they could have come out of 1979 or 1982 just as easily as the present.\" -<br/><br/>https://de-lux.bandcamp.com/album/voyage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}