Information about plays

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

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

{
    "id": 419519,
    "uri": "https://api.kexp.org/v2/plays/419519/?format=api",
    "airdate": "2001-04-29T19:47:22-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NDZ90YD5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NDZ90YD5L._SL75_.jpg",
    "song": "Deeper",
    "track_id": "75fc4307-9c50-44c6-9874-aeb7ed1bb14f",
    "recording_id": null,
    "artist": "Boss",
    "artist_ids": [
        "47429cf9-ad53-4512-9eef-8a32d5e74e99"
    ],
    "album": "Born Gangstaz",
    "release_id": "b5d0077f-5de7-4f29-8250-62cea6d2f69c",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}