Information about plays

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

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

{
    "id": 1362502,
    "uri": "https://api.kexp.org/v2/plays/1362502/?format=api",
    "airdate": "2008-04-15T15:47:34-07:00",
    "show": 23792,
    "show_uri": "https://api.kexp.org/v2/shows/23792/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519ZYMN8B7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519ZYMN8B7L._SL75_.jpg",
    "song": "Song '89",
    "track_id": null,
    "recording_id": null,
    "artist": "Central Services",
    "artist_ids": [
        "805f3cef-f48e-4c70-86c0-855ce91b86c3"
    ],
    "album": "Central Services",
    "release_id": "251cb151-2e90-4bf4-80d6-7ebfb40bdc98",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-09-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}