Information about plays

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

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

{
    "id": 501577,
    "uri": "https://api.kexp.org/v2/plays/501577/?format=api",
    "airdate": "2001-12-29T05:02:00-08:00",
    "show": 8612,
    "show_uri": "https://api.kexp.org/v2/shows/8612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618EWb45EUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618EWb45EUL._SL75_.jpg",
    "song": "Anchors",
    "track_id": "4883175a-f83a-4cd6-a1ad-4cc030d3b7b4",
    "recording_id": null,
    "artist": "Stone Gossard",
    "artist_ids": [
        "ca7e6e03-4973-45ef-8833-98774a2d4138"
    ],
    "album": "Bayleaf",
    "release_id": "07345ddc-e5e2-470a-b26e-792c7cd5f587",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}