Information about plays

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

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

{
    "id": 423541,
    "uri": "https://api.kexp.org/v2/plays/423541/?format=api",
    "airdate": "2001-05-11T18:46:21-07:00",
    "show": 7098,
    "show_uri": "https://api.kexp.org/v2/shows/7098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T68EABGEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T68EABGEL._SL75_.jpg",
    "song": "Hang All Over You",
    "track_id": "8c96d00a-14a8-475b-bc2f-6e3d51de5704",
    "recording_id": null,
    "artist": "Belmont Playboys",
    "artist_ids": [
        "939c342f-ffc2-4e68-b031-868d5d96de6a"
    ],
    "album": "Hot Rod Heart",
    "release_id": "3485940d-8ac8-47f9-8c83-f596ed8112d2",
    "release_group_id": null,
    "labels": [
        "Teen Rebel"
    ],
    "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"
}