Information about plays

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

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

{
    "id": 416738,
    "uri": "https://api.kexp.org/v2/plays/416738/?format=api",
    "airdate": "2001-04-20T13:37:30-07:00",
    "show": 6954,
    "show_uri": "https://api.kexp.org/v2/shows/6954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ViIDT1jSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ViIDT1jSL._SL75_.jpg",
    "song": "Lucky Devil",
    "track_id": "b46a5150-47de-43c0-9e0b-1a28a66907e2",
    "recording_id": null,
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "Retreat From Memphis",
    "release_id": "764a4a69-3b06-4a89-928e-e9ac58588937",
    "release_group_id": null,
    "labels": [
        "Quarterstick"
    ],
    "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"
}