Information about plays

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

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

{
    "id": 443069,
    "uri": "https://api.kexp.org/v2/plays/443069/?format=api",
    "airdate": "2001-07-09T04:00:00-07:00",
    "show": 7480,
    "show_uri": "https://api.kexp.org/v2/shows/7480/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RsMT3rTOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RsMT3rTOL._SL75_.jpg",
    "song": "A Short Happy Life",
    "track_id": "0c33727b-7a54-453e-88de-568c7bde5497",
    "recording_id": null,
    "artist": "Medicine",
    "artist_ids": [
        "0f24bcb0-8d37-409d-aed1-92bd4e5337ed"
    ],
    "album": "Shot Forth Self Living",
    "release_id": "1e35ea46-084b-40e7-8709-a173abe1a7cd",
    "release_group_id": null,
    "labels": [
        "Def American"
    ],
    "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"
}