Information about plays

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

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

{
    "id": 469189,
    "uri": "https://api.kexp.org/v2/plays/469189/?format=api",
    "airdate": "2001-09-23T17:18:45-07:00",
    "show": 7985,
    "show_uri": "https://api.kexp.org/v2/shows/7985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Paso De Encarnacion",
    "track_id": "e40a45ae-ee28-4763-9ddc-1ce0c0db3478",
    "recording_id": null,
    "artist": "¡Cubanismo!",
    "artist_ids": [
        "8a48c5fe-3c6c-4f1b-9d64-478318e89d09"
    ],
    "album": "Reencarnación",
    "release_id": "68ea9d62-064e-4d50-857d-af12a60e53e5",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "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"
}