Information about plays

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

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

{
    "id": 352954,
    "uri": "https://api.kexp.org/v2/plays/352954/?format=api",
    "airdate": "2019-07-11T08:59:05-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Fall With Your Knife",
    "track_id": "f449c8a6-68e2-32fe-a6a0-2eb17442819e",
    "recording_id": null,
    "artist": "Peter Murphy",
    "artist_ids": [
        "b78346af-e3ce-4b36-a0d5-032414de8a27"
    ],
    "album": "Cascade",
    "release_id": "f6b530f9-53a0-4e9c-afa2-b1b84e3ab3a8",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1995-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "462 years young today, it's goth godfather (he hates being called that BTW) Peter Murphy of Bauhaus and Peter Murphy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}