Information about plays

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

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

{
    "id": 418266,
    "uri": "https://api.kexp.org/v2/plays/418266/?format=api",
    "airdate": "2001-04-25T23:32:43-07:00",
    "show": 6988,
    "show_uri": "https://api.kexp.org/v2/shows/6988/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-K422lgkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-K422lgkL._SL75_.jpg",
    "song": "Not a Word in the Sky",
    "track_id": "ada212c4-ba60-49c8-8a2a-a540171f4ece",
    "recording_id": null,
    "artist": "Sheila Chandra",
    "artist_ids": [
        "115bdd7a-8a62-4564-9368-251879248e47"
    ],
    "album": "This Sentence Is True (The Previous Sentence Is False)",
    "release_id": "beda19c8-9cce-445e-b7de-deb96fe322a1",
    "release_group_id": null,
    "labels": [
        "Shakti"
    ],
    "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"
}