Information about plays

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

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

{
    "id": 481222,
    "uri": "https://api.kexp.org/v2/plays/481222/?format=api",
    "airdate": "2001-10-28T21:45:00-08:00",
    "show": 8216,
    "show_uri": "https://api.kexp.org/v2/shows/8216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WYM2AC7NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WYM2AC7NL._SL75_.jpg",
    "song": "Midnight (M.I.S.T. V.I.P. remix)",
    "track_id": "ea040258-eed2-444c-99bb-0025ffafeccd",
    "recording_id": null,
    "artist": "Un-Cut",
    "artist_ids": [
        "2d600497-fc6b-4ec1-9c8c-c7d36cc2b6d0"
    ],
    "album": "Drum & Bass Arena: Mixed by DJ Randall (disc 1)",
    "release_id": "f34d59e0-4edc-419b-a537-f927619652d5",
    "release_group_id": null,
    "labels": [
        "Wired"
    ],
    "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"
}