Information about plays

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

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

{
    "id": 453803,
    "uri": "https://api.kexp.org/v2/plays/453803/?format=api",
    "airdate": "2001-08-09T09:31:34-07:00",
    "show": 7678,
    "show_uri": "https://api.kexp.org/v2/shows/7678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CEqbi%2Bm8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CEqbi%2Bm8L._SL75_.jpg",
    "song": "Memory Loss",
    "track_id": "236c8f3b-2dad-49eb-8513-5cb79baf80c0",
    "recording_id": null,
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030: The Instrumentals",
    "release_id": "fc017dd9-13f8-418a-adb2-2727f0c85c4d",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}