Information about plays

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

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

{
    "id": 459828,
    "uri": "https://api.kexp.org/v2/plays/459828/?format=api",
    "airdate": "2001-08-26T19:51:25-07:00",
    "show": 7799,
    "show_uri": "https://api.kexp.org/v2/shows/7799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517g8YMfeML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517g8YMfeML._SL75_.jpg",
    "song": "Great Live Caper (feat. J-Live)",
    "track_id": "dde0b07c-b5f0-4cf0-aa07-2e9e7169eba4",
    "recording_id": null,
    "artist": "J. Rawls",
    "artist_ids": [
        "4317ea1a-cf4e-45a0-8d9f-bb9e45b87147"
    ],
    "album": "The Essence of J. Rawls",
    "release_id": "38ff330f-8671-42dd-b397-f004f498b68b",
    "release_group_id": null,
    "labels": [
        "Groove Attack/Landspeed"
    ],
    "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"
}