Information about plays

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

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

{
    "id": 1295518,
    "uri": "https://api.kexp.org/v2/plays/1295518/?format=api",
    "airdate": "2007-10-26T16:32:56-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DQJAF07VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DQJAF07VL._SL75_.jpg",
    "song": "Secret Agent Man",
    "track_id": "b973db50-ad45-452b-b46f-dd381772040a",
    "recording_id": null,
    "artist": "Johnny Rivers",
    "artist_ids": [
        "83ae615f-b54a-4a80-8ab0-1de96820dd80"
    ],
    "album": "Greatest Hits",
    "release_id": "42dc5078-474e-4baa-8b62-b8676d5ea07f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}