Information about plays

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

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

{
    "id": 415963,
    "uri": "https://api.kexp.org/v2/plays/415963/?format=api",
    "airdate": "2001-04-18T08:31:45-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518gADBeKvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518gADBeKvL._SL75_.jpg",
    "song": "Direct Drive",
    "track_id": null,
    "recording_id": null,
    "artist": "Ursula 1000",
    "artist_ids": [
        "75f9a2a2-b76d-490d-8dd2-ab5c172bcd78"
    ],
    "album": "All Systems Are Go Go",
    "release_id": "8a4e50ab-6ea9-4a82-8e72-811ed5ac18f1",
    "release_group_id": null,
    "labels": [
        "ESL"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}