Information about plays

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

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

{
    "id": 1284258,
    "uri": "https://api.kexp.org/v2/plays/1284258/?format=api",
    "airdate": "2007-09-27T18:11:05-07:00",
    "show": 22472,
    "show_uri": "https://api.kexp.org/v2/shows/22472/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512FGW88S1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512FGW88S1L._SL75_.jpg",
    "song": "Are You Teasing Me",
    "track_id": "5f7a318d-4d01-4c62-862a-ffe3714563fc",
    "recording_id": null,
    "artist": "Carl Smith",
    "artist_ids": [
        "bc933822-d278-4388-ac7a-af8244e9f2b9"
    ],
    "album": "The Essential Carl Smith (1950-1956)",
    "release_id": "01999af7-5971-4420-b3f8-494d3a19f1e6",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "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"
}