Information about plays

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

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

{
    "id": 505227,
    "uri": "https://api.kexp.org/v2/plays/505227/?format=api",
    "airdate": "2002-01-09T04:28:00-08:00",
    "show": 8688,
    "show_uri": "https://api.kexp.org/v2/shows/8688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AjikA35gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AjikA35gL._SL75_.jpg",
    "song": "My Shining Hour",
    "track_id": "c1d9c547-6306-4a3d-9746-429eb2af8e74",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "The Very Best of John Coltrane",
    "release_id": "855ee3ca-f8c9-40de-a2c0-f094bd647597",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}