Information about plays

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

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

{
    "id": 535279,
    "uri": "https://api.kexp.org/v2/plays/535279/?format=api",
    "airdate": "2002-04-06T13:16:53-08:00",
    "show": 9273,
    "show_uri": "https://api.kexp.org/v2/shows/9273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BEy%2B10xWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BEy%2B10xWL._SL75_.jpg",
    "song": "Wiser",
    "track_id": "b42abd20-c90e-4b4d-8439-3627d26ac51e",
    "recording_id": null,
    "artist": "Halou",
    "artist_ids": [
        "ead4fa2d-2ecc-47f6-8ad0-01d26683e7db"
    ],
    "album": "Wiser",
    "release_id": "5fda4bbc-8d0b-42eb-881f-977649bc8692",
    "release_group_id": null,
    "labels": [
        "Netwerk"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}