Information about plays

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

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

{
    "id": 426831,
    "uri": "https://api.kexp.org/v2/plays/426831/?format=api",
    "airdate": "2001-05-22T08:14:07-07:00",
    "show": 7167,
    "show_uri": "https://api.kexp.org/v2/shows/7167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ideTO037L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ideTO037L._SL75_.jpg",
    "song": "Well Well Well",
    "track_id": "acf77399-17d0-4d40-b2ac-569895d08a24",
    "recording_id": null,
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "John Lennon/Plastic Ono Band",
    "release_id": "bfe9c702-07d5-45b3-9557-d7cf1fd1b512",
    "release_group_id": null,
    "labels": [
        "Capital"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}