Information about plays

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

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

{
    "id": 454019,
    "uri": "https://api.kexp.org/v2/plays/454019/?format=api",
    "airdate": "2001-08-09T22:16:00-07:00",
    "show": 7682,
    "show_uri": "https://api.kexp.org/v2/shows/7682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21H4K9RYZQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21H4K9RYZQL._SL75_.jpg",
    "song": "Take You There",
    "track_id": "9fd29c2b-7366-4106-932e-09782b935c10",
    "recording_id": null,
    "artist": "Pete Rock & C.L. Smooth",
    "artist_ids": [
        "cff77480-7ba4-4206-b1a8-e1b98b38f07c"
    ],
    "album": "The Main Ingredient",
    "release_id": "cd351957-3aaf-48ba-ad53-a6baee00ef64",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "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"
}