Information about plays

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

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

{
    "id": 430155,
    "uri": "https://api.kexp.org/v2/plays/430155/?format=api",
    "airdate": "2001-06-01T01:27:16-07:00",
    "show": 7230,
    "show_uri": "https://api.kexp.org/v2/shows/7230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41tLwgYeIfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41tLwgYeIfL._SL75_.jpg",
    "song": "The Bottle",
    "track_id": "15e9bb4d-f429-4b7e-87bf-2c193e5629ba",
    "recording_id": null,
    "artist": "Engine 88",
    "artist_ids": [
        "ea94302b-54cf-4b44-89eb-046b75bfde6f"
    ],
    "album": "Clean Your Room",
    "release_id": "cd62178c-8cc5-4705-83e4-98f53312db0c",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}