Information about plays

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

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

{
    "id": 1273288,
    "uri": "https://api.kexp.org/v2/plays/1273288/?format=api",
    "airdate": "2007-08-30T18:24:17-07:00",
    "show": 22288,
    "show_uri": "https://api.kexp.org/v2/shows/22288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514P9SGJK2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514P9SGJK2L._SL75_.jpg",
    "song": "Jet Pilot",
    "track_id": "fa92c95a-a209-4b5c-8424-aa96834966c8",
    "recording_id": null,
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "Okemah and the Melody of Riot",
    "release_id": "170ac3fa-a564-4b84-a718-0a4337dbf250",
    "release_group_id": null,
    "labels": [
        "Transmit Sound/Legacy"
    ],
    "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"
}