Information about plays

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

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

{
    "id": 533876,
    "uri": "https://api.kexp.org/v2/plays/533876/?format=api",
    "airdate": "2002-04-02T13:30:23-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213WMKCM1FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213WMKCM1FL._SL75_.jpg",
    "song": "Now or Never",
    "track_id": "e43818b4-867a-4611-8f17-c1f48d0f1e88",
    "recording_id": null,
    "artist": "Hot Rod Circuit",
    "artist_ids": [
        "0e4df37c-a45c-4398-8c74-c2e9b53e3009"
    ],
    "album": "Sorry About Tomorrow",
    "release_id": "6310ab31-2a8f-4415-948c-2612f515c85c",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}