Information about plays

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

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

{
    "id": 1357529,
    "uri": "https://api.kexp.org/v2/plays/1357529/?format=api",
    "airdate": "2008-04-03T01:24:53-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DQTVuGdeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DQTVuGdeL._SL75_.jpg",
    "song": "Simmm",
    "track_id": "e02b8324-6a89-4081-a288-f5737c02e17a",
    "recording_id": null,
    "artist": "Autechre",
    "artist_ids": [
        "410c9baf-5469-44f6-9852-826524b80c61"
    ],
    "album": "Quaristice",
    "release_id": "da6d7583-ebc9-4e21-ba42-e0d74a4c1823",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2008-01-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}