Information about plays

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

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

{
    "id": 501901,
    "uri": "https://api.kexp.org/v2/plays/501901/?format=api",
    "airdate": "2001-12-30T09:08:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FKHmeMUVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FKHmeMUVL._SL75_.jpg",
    "song": "Monday Morning Blues",
    "track_id": "364e6201-5563-4263-ad62-b9906fc545fe",
    "recording_id": null,
    "artist": "Peter Case & Dave Alvin",
    "artist_ids": [
        "68786eba-c2e4-4f28-a129-d46768c7c8c7"
    ],
    "album": "Avalon Blues: A Tribute to Mississippi John Hurt",
    "release_id": "58cf3a7c-5e97-4511-b176-af929cfdb56e",
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "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"
}