Information about plays

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

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

{
    "id": 415140,
    "uri": "https://api.kexp.org/v2/plays/415140/?format=api",
    "airdate": "2001-04-15T16:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5124JPB3AJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5124JPB3AJL._SL75_.jpg",
    "song": "Coursed",
    "track_id": "2b8eb7d4-90eb-40d1-ac12-d79a10d8c3f5",
    "recording_id": null,
    "artist": "Richard Buckner",
    "artist_ids": [
        "fec02932-60cd-46ee-a70c-05c07905ae77"
    ],
    "album": "Since",
    "release_id": "d47cb692-c34b-41ae-bf12-71b12eed1ecc",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}