Information about plays

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

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

{
    "id": 458111,
    "uri": "https://api.kexp.org/v2/plays/458111/?format=api",
    "airdate": "2001-08-21T19:30:00-07:00",
    "show": 7764,
    "show_uri": "https://api.kexp.org/v2/shows/7764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crisis De Identidad",
    "track_id": "bc634042-f760-4cb6-9866-43982e9d66c3",
    "recording_id": null,
    "artist": "Jimmy Bosch",
    "artist_ids": [
        "dd14a6a3-7055-410b-bb2b-8ec2d8ff5c42"
    ],
    "album": "Soneando Trombon",
    "release_id": "dcabc525-70dc-42dd-9edd-51472aaec260",
    "release_group_id": null,
    "labels": [
        "Ryko Latino"
    ],
    "label_ids": [
        "a969ec64-ba23-48d6-89b3-488c2d69612d"
    ],
    "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"
}