Information about plays

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

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

{
    "id": 1233691,
    "uri": "https://api.kexp.org/v2/plays/1233691/?format=api",
    "airdate": "2007-05-21T03:17:31-07:00",
    "show": 21613,
    "show_uri": "https://api.kexp.org/v2/shows/21613/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BpsGi0WjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BpsGi0WjL._SL75_.jpg",
    "song": "Zold Borostyan",
    "track_id": "8967da7f-f4f0-4d1f-8737-d55cd0902a75",
    "recording_id": null,
    "artist": "Zalatnay Sarolta",
    "artist_ids": [
        "64121137-e934-4faf-9463-b09adf2de8c7"
    ],
    "album": "Sarolta Zalatnay",
    "release_id": "6d24780d-5150-4c10-be62-e3d14d6d002b",
    "release_group_id": null,
    "labels": [
        "B-Music"
    ],
    "label_ids": [
        "d8c845f3-004a-47aa-b655-8bfa323c93e2"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}