Information about plays

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

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

{
    "id": 1360780,
    "uri": "https://api.kexp.org/v2/plays/1360780/?format=api",
    "airdate": "2008-04-11T03:33:00-07:00",
    "show": 23761,
    "show_uri": "https://api.kexp.org/v2/shows/23761/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MW804MPJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MW804MPJL._SL75_.jpg",
    "song": "Childhood’s End",
    "track_id": "77d734f8-daf1-4abe-8268-d556cc26d7b6",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Obscured by Clouds",
    "release_id": "5e63659c-3bb5-4560-9394-1fc4a8ffca51",
    "release_group_id": null,
    "labels": [
        "Capitol-EMI Music, Inc."
    ],
    "label_ids": [
        "e378e0be-a81c-4c88-bea3-9f9183d524d6"
    ],
    "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"
}