Information about plays

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

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

{
    "id": 433395,
    "uri": "https://api.kexp.org/v2/plays/433395/?format=api",
    "airdate": "2001-06-11T00:20:00-07:00",
    "show": 7293,
    "show_uri": "https://api.kexp.org/v2/shows/7293/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fpHef4wEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fpHef4wEL._SL75_.jpg",
    "song": "Mongorama (feat. Cal Tjader)",
    "track_id": "af70ac8e-fffe-4d92-a4ea-ccc21fc76302",
    "recording_id": null,
    "artist": "Mongo Santamaría",
    "artist_ids": [
        "915f84de-eac2-4e78-99ad-9ab6e2c50af6"
    ],
    "album": "Skin on Skin: The Mongo Santamaría Anthology (1958-1995) (disc 1)",
    "release_id": "641ecf69-de9f-4337-97c1-5b2f12d168da",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}