Information about plays

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

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

{
    "id": 458530,
    "uri": "https://api.kexp.org/v2/plays/458530/?format=api",
    "airdate": "2001-08-22T20:47:22-07:00",
    "show": 7772,
    "show_uri": "https://api.kexp.org/v2/shows/7772/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EJWYY4M3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EJWYY4M3L._SL75_.jpg",
    "song": "Road Runner",
    "track_id": "b3da8630-ce93-4ff3-a8d2-bd7e947256bc",
    "recording_id": null,
    "artist": "Clifton Chenier",
    "artist_ids": [
        "db1a3066-1586-495d-a09c-1312cabab5be"
    ],
    "album": "Zydeco Dynamite: The Clifton Chenier Anthology (disc 2)",
    "release_id": "87bd03b5-9bb0-4f94-a6e4-2c604853b2b9",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}