Information about plays

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

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

{
    "id": 420730,
    "uri": "https://api.kexp.org/v2/plays/420730/?format=api",
    "airdate": "2001-05-03T08:10:00-07:00",
    "show": 7040,
    "show_uri": "https://api.kexp.org/v2/shows/7040/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419G6W43A1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419G6W43A1L._SL75_.jpg",
    "song": "Attitude",
    "track_id": "9fa2f87c-2955-4a4e-b09d-aaf6d54fe6cc",
    "recording_id": null,
    "artist": "Hardknox",
    "artist_ids": [
        "b8cf33e5-9bb7-4beb-b35c-826acecdbdf7"
    ],
    "album": "Hardknox",
    "release_id": "e1b6a5df-d714-47f7-a00c-1d9221c115cb",
    "release_group_id": null,
    "labels": [
        "Zomba"
    ],
    "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"
}