Information about plays

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

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

{
    "id": 533443,
    "uri": "https://api.kexp.org/v2/plays/533443/?format=api",
    "airdate": "2002-04-01T05:54:07-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412V2BGGYRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412V2BGGYRL._SL75_.jpg",
    "song": "The Main",
    "track_id": "21da6724-b162-42c9-86e6-5c6addb68571",
    "recording_id": null,
    "artist": "Kreidler",
    "artist_ids": [
        "05498d7c-5bd0-40fa-aabf-a39f34efba5c"
    ],
    "album": "Kreidler",
    "release_id": "eb4f7079-38b6-48e0-969d-164d0a161979",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2000-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}