Information about plays

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

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

{
    "id": 515554,
    "uri": "https://api.kexp.org/v2/plays/515554/?format=api",
    "airdate": "2002-02-08T03:54:00-08:00",
    "show": 8888,
    "show_uri": "https://api.kexp.org/v2/shows/8888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Llanto",
    "track_id": null,
    "recording_id": null,
    "artist": "Terry Riley",
    "artist_ids": [
        "7bf257bf-19a8-4205-8ae8-98511e50b719"
    ],
    "album": "The Book of Abbeyozzud",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New Albion Records"
    ],
    "label_ids": [
        "d821a33d-0678-4818-88ff-52b163b61faf"
    ],
    "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"
}