Information about plays

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

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

{
    "id": 351938,
    "uri": "https://api.kexp.org/v2/plays/351938/?format=api",
    "airdate": "2019-07-09T03:16:12-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bacon Industry",
    "track_id": "5d577104-fe7a-3f9d-8202-30973135d181",
    "recording_id": null,
    "artist": "Karp",
    "artist_ids": [
        "50f50c49-6cca-45b7-8717-0af54a6ad469"
    ],
    "album": "Self Titled LP",
    "release_id": "c520a54f-7f9e-4a07-8aa6-1465743f8ee3",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-05-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A documentary film about a band named KARP: http://www.karplives.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}