Information about plays

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

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

{
    "id": 419623,
    "uri": "https://api.kexp.org/v2/plays/419623/?format=api",
    "airdate": "2001-04-30T04:08:00-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LDKerxtvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LDKerxtvL._SL75_.jpg",
    "song": "Yellow",
    "track_id": null,
    "recording_id": null,
    "artist": "Ken Nordine",
    "artist_ids": [
        "02559a81-c2b5-46fd-a4d7-51d452fd3b3e"
    ],
    "album": "Colors",
    "release_id": "0f974e6f-d909-482c-bdbe-b62693f21345",
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}