Information about plays

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

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

{
    "id": 445436,
    "uri": "https://api.kexp.org/v2/plays/445436/?format=api",
    "airdate": "2001-07-16T01:13:50-07:00",
    "show": 7523,
    "show_uri": "https://api.kexp.org/v2/shows/7523/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519GPVBQ7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519GPVBQ7KL._SL75_.jpg",
    "song": "Intersteller Overdrive",
    "track_id": null,
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Piper at the Gates of Dawn",
    "release_id": "1f715142-a0ef-48c8-9e72-c402e5bad13f",
    "release_group_id": null,
    "labels": [
        "Fame"
    ],
    "label_ids": [
        "69476722-1019-4e12-a759-3371529531ae"
    ],
    "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"
}