Information about plays

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

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

{
    "id": 426394,
    "uri": "https://api.kexp.org/v2/plays/426394/?format=api",
    "airdate": "2001-05-21T01:21:49-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31X5YXD7PKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31X5YXD7PKL._SL75_.jpg",
    "song": "Reggae Warrior",
    "track_id": "8907f3e7-38be-494a-b1bd-8f40e12574ff",
    "recording_id": null,
    "artist": "Pablo Moses",
    "artist_ids": [
        "74041c43-5700-4290-94cc-b823a290aceb"
    ],
    "album": "In the Future",
    "release_id": "513bc102-c9cd-4ca4-a538-1548fb4829c2",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}