Information about plays

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

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

{
    "id": 534527,
    "uri": "https://api.kexp.org/v2/plays/534527/?format=api",
    "airdate": "2002-04-04T08:57:39-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AH2MV6RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AH2MV6RVL._SL75_.jpg",
    "song": "21st Century Rip Off",
    "track_id": null,
    "recording_id": null,
    "artist": "The Soundtrack of Our Lives",
    "artist_ids": [
        "6fd077ad-3430-4940-a584-9dabf66698c1"
    ],
    "album": "Behind the Music",
    "release_id": "65610085-a74c-492d-96f7-43812fcd925e",
    "release_group_id": null,
    "labels": [
        "Telegram Records Stockholm"
    ],
    "label_ids": [
        "b89743f3-b1e5-4de8-b974-c79f1f3a6343"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}