Information about plays

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

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

{
    "id": 1360814,
    "uri": "https://api.kexp.org/v2/plays/1360814/?format=api",
    "airdate": "2008-04-11T05:16:45-07:00",
    "show": 23761,
    "show_uri": "https://api.kexp.org/v2/shows/23761/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518cbBsNHIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518cbBsNHIL._SL75_.jpg",
    "song": "96 Tears",
    "track_id": null,
    "recording_id": null,
    "artist": "? and the Mysterians",
    "artist_ids": [
        "912fcb75-fa16-49e6-9e19-becf0f7dea4d"
    ],
    "album": "The Best of ? and the Mysterians: Cameo Parkway 1966-1967",
    "release_id": "89cafc1a-b65d-424e-a898-8775f9145638",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2005-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}