Information about plays

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

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

{
    "id": 1291036,
    "uri": "https://api.kexp.org/v2/plays/1291036/?format=api",
    "airdate": "2007-10-15T02:08:12-07:00",
    "show": 22591,
    "show_uri": "https://api.kexp.org/v2/shows/22591/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A3KQ9TDFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A3KQ9TDFL._SL75_.jpg",
    "song": "Nostalgia",
    "track_id": "369aa6a6-0043-4750-925f-e92a38d07d6b",
    "recording_id": null,
    "artist": "Fantcha",
    "artist_ids": [
        "d78c7719-af77-4fd9-baa0-0d08c86858dc"
    ],
    "album": "Criolinha",
    "release_id": "18353ea5-f4f9-4235-a4cb-47fc61541d52",
    "release_group_id": null,
    "labels": [
        "Tinder Production"
    ],
    "label_ids": [
        "2db6af5e-fb03-4754-bfef-bef770ee42ca"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}