Information about plays

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

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

{
    "id": 466417,
    "uri": "https://api.kexp.org/v2/plays/466417/?format=api",
    "airdate": "2001-09-15T10:26:40-07:00",
    "show": 7930,
    "show_uri": "https://api.kexp.org/v2/shows/7930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder Dem",
    "track_id": "1a64caa1-936e-42e8-80bb-17707a77c3c1",
    "recording_id": null,
    "artist": "Ninjaman",
    "artist_ids": [
        "303563b0-5a9a-4635-8aad-d5606ea42f57"
    ],
    "album": "24K Gold Dancehall Megamix",
    "release_id": "25323e25-e816-461c-80c6-0c5020a0ebda",
    "release_group_id": null,
    "labels": [
        "Steelie & Clevie"
    ],
    "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"
}