Information about plays

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

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

{
    "id": 457804,
    "uri": "https://api.kexp.org/v2/plays/457804/?format=api",
    "airdate": "2001-08-21T00:10:35-07:00",
    "show": 7759,
    "show_uri": "https://api.kexp.org/v2/shows/7759/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61t-UKfVhRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61t-UKfVhRL._SL75_.jpg",
    "song": "(Take Me Home) Country Roads",
    "track_id": "08c91095-ce12-4823-8047-c289105e725b",
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "Sweet and Dandy: the Best of Toots and the Maytals",
    "release_id": "beed3667-7999-4b10-bd21-408ccebf5200",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}