Information about plays

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

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

{
    "id": 468763,
    "uri": "https://api.kexp.org/v2/plays/468763/?format=api",
    "airdate": "2001-09-22T09:33:54-07:00",
    "show": 7976,
    "show_uri": "https://api.kexp.org/v2/shows/7976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410G9RFEJ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410G9RFEJ1L._SL75_.jpg",
    "song": "The Show Is Coming",
    "track_id": "60a72ad8-615f-4932-aac2-0d49012f8e3b",
    "recording_id": null,
    "artist": "Dub Syndicate",
    "artist_ids": [
        "302ae60e-4c6f-444b-9a1f-8aa5f3aed57e"
    ],
    "album": "Tunes From The Missing Channel",
    "release_id": "64e6a9bd-1e26-4309-b871-f16ff169cf2a",
    "release_group_id": null,
    "labels": [
        "Lacer World"
    ],
    "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"
}