Information about plays

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

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

{
    "id": 1295510,
    "uri": "https://api.kexp.org/v2/plays/1295510/?format=api",
    "airdate": "2007-10-26T15:54:21-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL._SL75_.jpg",
    "song": "Maggie's Farm",
    "track_id": "e9dd0240-57ac-4d2b-9146-dad4e5ecde79",
    "recording_id": null,
    "artist": "Stephen Malkmus & The Million Dollar Bashers",
    "artist_ids": [
        "69ca08f8-4254-4ad6-bca6-63258ae21794"
    ],
    "album": "I'm Not There (disc 2)",
    "release_id": "bccbf9e4-e137-4038-8dc8-abb9bb2af746",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2007-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}