Information about plays

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

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

{
    "id": 436878,
    "uri": "https://api.kexp.org/v2/plays/436878/?format=api",
    "airdate": "2001-06-21T03:00:00-07:00",
    "show": 7358,
    "show_uri": "https://api.kexp.org/v2/shows/7358/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JD5xahGdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JD5xahGdL._SL75_.jpg",
    "song": "Watching the Wheels",
    "track_id": null,
    "recording_id": null,
    "artist": "John Lennon & Yoko Ono",
    "artist_ids": [
        "5c014631-875c-4f3e-89e9-22cf9d4769a4"
    ],
    "album": "Double Fantasy",
    "release_id": "fca93c05-2c48-42b5-a244-5fe9c9e9c993",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}