Information about plays

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

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

{
    "id": 442906,
    "uri": "https://api.kexp.org/v2/plays/442906/?format=api",
    "airdate": "2001-07-08T15:41:03-07:00",
    "show": 7476,
    "show_uri": "https://api.kexp.org/v2/shows/7476/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QSMHRVTFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QSMHRVTFL._SL75_.jpg",
    "song": "Working Overtime",
    "track_id": "57bc2366-2803-46e7-a928-36c8db210606",
    "recording_id": null,
    "artist": "Dave Hole",
    "artist_ids": [
        "a8bdda2d-7dcb-4665-8771-9050c923a78c"
    ],
    "album": "Working Overtime",
    "release_id": "a9e66782-bf06-4d10-baa0-f5b99b85d9a8",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}