Information about plays

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

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

{
    "id": 416079,
    "uri": "https://api.kexp.org/v2/plays/416079/?format=api",
    "airdate": "2001-04-18T15:44:00-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JZ2SAEVFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JZ2SAEVFL._SL75_.jpg",
    "song": "Beyonder",
    "track_id": "af5d4de6-fbdb-48e7-b468-d07fee3cda3c",
    "recording_id": null,
    "artist": "Blackalicious",
    "artist_ids": [
        "92ee5562-3c1b-4e02-ac22-aae6261edac5"
    ],
    "album": "NIA",
    "release_id": "a83e3e82-a93a-432c-88e3-856789c77e8c",
    "release_group_id": null,
    "labels": [
        "Quannum Projects"
    ],
    "label_ids": [
        "650ccc99-f851-4966-9b63-137b9d84926c"
    ],
    "release_date": "2000-02-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}