Information about plays

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

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

{
    "id": 415874,
    "uri": "https://api.kexp.org/v2/plays/415874/?format=api",
    "airdate": "2001-04-18T03:00:00-07:00",
    "show": 6940,
    "show_uri": "https://api.kexp.org/v2/shows/6940/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517kivyiUZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517kivyiUZL._SL75_.jpg",
    "song": "Sleep",
    "track_id": "cdb95daa-5ac5-4273-9d4d-3f4313547206",
    "recording_id": null,
    "artist": "Dan the Automator",
    "artist_ids": [
        "33945eeb-e2d2-4257-a199-661cbadcf8af"
    ],
    "album": "A Much Better Tomorrow",
    "release_id": "270783af-b8bf-464e-ad31-ab32a6b70240",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-07-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}