Information about plays

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

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

{
    "id": 418056,
    "uri": "https://api.kexp.org/v2/plays/418056/?format=api",
    "airdate": "2001-04-25T09:16:40-07:00",
    "show": 6984,
    "show_uri": "https://api.kexp.org/v2/shows/6984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VNK2W1MTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VNK2W1MTL._SL75_.jpg",
    "song": "Hyper-ballad",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "095b8e2c-b4b9-45e7-b393-0f8e60062a68",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}