Information about plays

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

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

{
    "id": 1353926,
    "uri": "https://api.kexp.org/v2/plays/1353926/?format=api",
    "airdate": "2008-03-25T01:51:01-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jP43YhKHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jP43YhKHL._SL75_.jpg",
    "song": "Kisses Don't Like Me Anymore",
    "track_id": "4b36a15f-b713-481b-9e89-e9abbc7b4cfd",
    "recording_id": null,
    "artist": "Man Plus",
    "artist_ids": [
        "421af604-2a2d-457f-b45f-2c26eebe240d"
    ],
    "album": "The Hungarian Suicide Songbook",
    "release_id": "c5a35660-cfcb-408b-a486-f88865e181e5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-27",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}