Information about plays

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

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

{
    "id": 1391767,
    "uri": "https://api.kexp.org/v2/plays/1391767/?format=api",
    "airdate": "2008-06-30T04:04:37-07:00",
    "show": 24292,
    "show_uri": "https://api.kexp.org/v2/shows/24292/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314aRh5obxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314aRh5obxL._SL75_.jpg",
    "song": "Driving Death Valley Blues",
    "track_id": "1f8cef6c-5d9d-4194-99d3-02e349722ac0",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Bubblegum",
    "release_id": "cf637081-1868-4dac-a4ba-b57ac329459d",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}