Information about plays

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

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

{
    "id": 533611,
    "uri": "https://api.kexp.org/v2/plays/533611/?format=api",
    "airdate": "2002-04-01T18:46:51-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q55DWNG2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q55DWNG2L._SL75_.jpg",
    "song": "Majurugenta",
    "track_id": "59e9a6c7-5cbb-4c53-b490-1fe25d362e34",
    "recording_id": null,
    "artist": "Ghorwane",
    "artist_ids": [
        "7ba22880-978f-4e4c-849a-3baf167fc9c0"
    ],
    "album": "Majurugenta",
    "release_id": "d4f63146-65ad-4dbb-b4b3-8be6baead124",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}