Information about plays

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

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

{
    "id": 1288675,
    "uri": "https://api.kexp.org/v2/plays/1288675/?format=api",
    "airdate": "2007-10-09T02:21:57-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sFDGGinxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sFDGGinxL._SL75_.jpg",
    "song": "Rearrange",
    "track_id": "832489ce-330f-46ca-8f95-1c9429e1d7b9",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "They Got Away / Rearrange",
    "release_id": "8f80bbf6-9443-4c81-bc3e-7859111f83c3",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}