Information about plays

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

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

{
    "id": 1384489,
    "uri": "https://api.kexp.org/v2/plays/1384489/?format=api",
    "airdate": "2008-06-11T19:23:18-07:00",
    "show": 24170,
    "show_uri": "https://api.kexp.org/v2/shows/24170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uFWgw2DUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uFWgw2DUL._SL75_.jpg",
    "song": "Georgie Buck",
    "track_id": null,
    "recording_id": null,
    "artist": "Carolina Chocolate Drops",
    "artist_ids": [
        "9278d5f4-993d-403a-8dd8-eb61139274cf"
    ],
    "album": "Dona Got a Ramblin Mind",
    "release_id": "eb7b87ef-8bdb-4dde-b652-5ce08f0e32b8",
    "release_group_id": null,
    "labels": [
        "Music Maker Relief Foundation"
    ],
    "label_ids": [
        "952f45bb-57d5-486e-b681-b2ecc578ba9b"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}