Information about plays

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

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

{
    "id": 1289054,
    "uri": "https://api.kexp.org/v2/plays/1289054/?format=api",
    "airdate": "2007-10-10T00:22:59-07:00",
    "show": 22556,
    "show_uri": "https://api.kexp.org/v2/shows/22556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sWhuICIqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sWhuICIqL._SL75_.jpg",
    "song": "Shine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Ponys",
    "artist_ids": [
        "2212458a-763b-4fc0-906d-69d0f6d1aa9d"
    ],
    "album": "Turn the Lights Out",
    "release_id": "5f715b13-da2a-4a08-8cdb-5a1353b80387",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}