Information about plays

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

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

{
    "id": 487577,
    "uri": "https://api.kexp.org/v2/plays/487577/?format=api",
    "airdate": "2001-11-17T11:12:51-08:00",
    "show": 8341,
    "show_uri": "https://api.kexp.org/v2/shows/8341/?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": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}