Information about plays

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

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

{
    "id": 1190998,
    "uri": "https://api.kexp.org/v2/plays/1190998/?format=api",
    "airdate": "2007-01-30T18:57:33-08:00",
    "show": 20880,
    "show_uri": "https://api.kexp.org/v2/shows/20880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We'll Sing in the Sunshine",
    "track_id": "b9d41b8a-7dce-461e-b0b9-804132499974",
    "recording_id": null,
    "artist": "Petty Booka",
    "artist_ids": [
        "1b26b3e8-80f8-45ed-96c2-8196aab035e9"
    ],
    "album": "Let's Talk Dirty in Hawaiian",
    "release_id": "b372967b-c801-42ea-b7fb-7840a9b1aca8",
    "release_group_id": null,
    "labels": [
        "Innerstate"
    ],
    "label_ids": [
        "6f048d19-7639-467e-8da0-97b3e084f688"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}