Information about plays

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

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

{
    "id": 1195621,
    "uri": "https://api.kexp.org/v2/plays/1195621/?format=api",
    "airdate": "2007-02-11T13:49:13-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HPN0J9P1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HPN0J9P1L._SL75_.jpg",
    "song": "I Don't Play",
    "track_id": "c319e74f-919c-438b-b867-4d0026c7a98c",
    "recording_id": null,
    "artist": "Kool Keith",
    "artist_ids": [
        "4939695e-1f38-496f-978f-4ebf9ef13e9d"
    ],
    "album": "Black Elvis / Lost in Space",
    "release_id": "22a8ede3-e377-4c33-a483-7c0b06de5d25",
    "release_group_id": null,
    "labels": [
        "Ruffhouse/Columbia"
    ],
    "label_ids": [],
    "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"
}