Information about plays

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

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

{
    "id": 1415821,
    "uri": "https://api.kexp.org/v2/plays/1415821/?format=api",
    "airdate": "2008-08-29T16:44:45-07:00",
    "show": 24693,
    "show_uri": "https://api.kexp.org/v2/shows/24693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CO5ZFPQjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CO5ZFPQjL._SL75_.jpg",
    "song": "Everything's Alright",
    "track_id": "75f29ba0-d1bd-4a0f-bd2e-62b24228acb1",
    "recording_id": null,
    "artist": "The Aerovons",
    "artist_ids": [
        "0027edf2-23af-4cb6-bcdf-ad22c933ac0d"
    ],
    "album": "Resurrection",
    "release_id": "79fa2820-d174-4092-a3c3-c4be9d1e7787",
    "release_group_id": null,
    "labels": [
        "RPM"
    ],
    "label_ids": [
        "4cc50f8c-7fce-4167-904c-190b7983559f"
    ],
    "release_date": "2003-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}