Information about plays

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

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

{
    "id": 436455,
    "uri": "https://api.kexp.org/v2/plays/436455/?format=api",
    "airdate": "2001-06-19T23:49:24-07:00",
    "show": 7350,
    "show_uri": "https://api.kexp.org/v2/shows/7350/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wspCC8nbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wspCC8nbL._SL75_.jpg",
    "song": "Glimpse",
    "track_id": "59c5f3c0-e814-456a-aec1-824cbe8f7635",
    "recording_id": null,
    "artist": "Calexico",
    "artist_ids": [
        "5e372a49-5672-4fb8-ba14-18c90780c4f9"
    ],
    "album": "Spoke",
    "release_id": "6394deb7-c2e6-4d9f-8164-c7661bb62edd",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}