Information about plays

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

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

{
    "id": 1256400,
    "uri": "https://api.kexp.org/v2/plays/1256400/?format=api",
    "airdate": "2007-07-19T03:33:00-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DY39G5A6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DY39G5A6L._SL75_.jpg",
    "song": "Drunken Tears",
    "track_id": "bed4493b-de3e-48c5-9cbc-2bbc6dce8b2e",
    "recording_id": null,
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "Hot Shit!",
    "release_id": "426446c7-152a-4679-ac79-4dadde96a7bf",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}