Information about plays

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

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

{
    "id": 349034,
    "uri": "https://api.kexp.org/v2/plays/349034/?format=api",
    "airdate": "2019-07-02T12:38:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Slippy (NUXX)",
    "track_id": "7cef6c95-f94a-3873-ba4b-350d4543dca8",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Everything, Everything",
    "release_id": "6e82ff12-689d-48d1-a8f2-c211be50053e",
    "release_group_id": null,
    "labels": [
        "Junior Boy’s Own"
    ],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a 10-minute live version of \"Born Slippy\" from Berlin in 2016:  https://www.youtube.com/watch?v=krN3ledny-Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}