Information about plays

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

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

{
    "id": 1264235,
    "uri": "https://api.kexp.org/v2/plays/1264235/?format=api",
    "airdate": "2007-08-07T22:48:00-07:00",
    "show": 22138,
    "show_uri": "https://api.kexp.org/v2/shows/22138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AULtCrRaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AULtCrRaL._SL75_.jpg",
    "song": "Ode to a Black Man",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dirtbombs",
    "artist_ids": [
        "49d68d0c-cfe4-4adb-abe5-64cb50671070"
    ],
    "album": "Ultraglide in Black",
    "release_id": "d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2001-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}