Information about plays

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

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

{
    "id": 456416,
    "uri": "https://api.kexp.org/v2/plays/456416/?format=api",
    "airdate": "2001-08-16T19:09:00-07:00",
    "show": 7727,
    "show_uri": "https://api.kexp.org/v2/shows/7727/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZZ7WY3EFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZZ7WY3EFL._SL75_.jpg",
    "song": "Try Not to Be So Lonely",
    "track_id": "0de0acd6-8366-4313-b53d-d74be410f067",
    "recording_id": null,
    "artist": "Joy Lynn White",
    "artist_ids": [
        "c0b2bd33-9787-4aba-9600-606e184cc993"
    ],
    "album": "The Lucky Few",
    "release_id": "5726fca5-d20e-4f4f-8e90-0ccdea9c71a2",
    "release_group_id": null,
    "labels": [
        "Lucky Dog/Mercury"
    ],
    "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"
}