Information about plays

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

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

{
    "id": 347717,
    "uri": "https://api.kexp.org/v2/plays/347717/?format=api",
    "airdate": "2019-06-29T04:37:56-07:00",
    "show": 5789,
    "show_uri": "https://api.kexp.org/v2/shows/5789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angel's Breath",
    "track_id": null,
    "recording_id": null,
    "artist": "Velvet",
    "artist_ids": [],
    "album": "Outro Tempo II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music from Memory"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second edition of Music from Memory's Outro Tempo compilation series, focusing on the period from 1984-1996 \"exploring lesser known Brazilian music scenes like new wave, post-punk and avant-garde pop\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}