Information about plays

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

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

{
    "id": 531638,
    "uri": "https://api.kexp.org/v2/plays/531638/?format=api",
    "airdate": "2002-03-27T04:39:41-08:00",
    "show": 9204,
    "show_uri": "https://api.kexp.org/v2/shows/9204/?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": "Hyperballad",
    "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"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}