Information about plays

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

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

{
    "id": 423205,
    "uri": "https://api.kexp.org/v2/plays/423205/?format=api",
    "airdate": "2001-05-10T19:00:00-07:00",
    "show": 7092,
    "show_uri": "https://api.kexp.org/v2/shows/7092/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P7SA46TEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P7SA46TEL._SL75_.jpg",
    "song": "Cash on the Barrelhead",
    "track_id": null,
    "recording_id": null,
    "artist": "The Louvin Brothers",
    "artist_ids": [
        "8b604d4b-1170-4225-bc9e-d8276d94402e"
    ],
    "album": "When I Stop Dreaming: The Best of the Louvin Brothers",
    "release_id": "10d5a662-4ea9-40d1-8ce0-c12a2f341b47",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}