Information about plays

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

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

{
    "id": 440308,
    "uri": "https://api.kexp.org/v2/plays/440308/?format=api",
    "airdate": "2001-06-30T22:50:46-07:00",
    "show": 7425,
    "show_uri": "https://api.kexp.org/v2/shows/7425/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61shTDCUK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61shTDCUK6L._SL75_.jpg",
    "song": "Sistrum (Grapheme remix)",
    "track_id": "1b23721f-6146-4c4b-afe1-bb9c4f58d9bb",
    "recording_id": null,
    "artist": "Ben Neill",
    "artist_ids": [
        "15c5e66b-9930-4334-a7d8-a2ec0413a3a1"
    ],
    "album": "Necropolis: The Dialogic Project",
    "release_id": "638febc4-912a-4564-8d56-b9eb3c3d439c",
    "release_group_id": null,
    "labels": [
        "Astralwerk"
    ],
    "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"
}