Information about plays

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

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

{
    "id": 466362,
    "uri": "https://api.kexp.org/v2/plays/466362/?format=api",
    "airdate": "2001-09-15T04:33:20-07:00",
    "show": 7928,
    "show_uri": "https://api.kexp.org/v2/shows/7928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Girls",
    "track_id": "02190929-b8b6-4b0f-b022-ba368c9a523d",
    "recording_id": null,
    "artist": "Bootsy's New Rubber Band",
    "artist_ids": [
        "a93e47a7-7e9f-4425-9f02-a654b9349e8b"
    ],
    "album": "Blasters of the Universe (disc 1)",
    "release_id": "6efbb8dc-2a0c-49ac-a2e7-2c9ca23782fa",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "label_ids": [],
    "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"
}