Information about plays

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

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

{
    "id": 1305118,
    "uri": "https://api.kexp.org/v2/plays/1305118/?format=api",
    "airdate": "2007-11-21T18:08:16-08:00",
    "show": 22832,
    "show_uri": "https://api.kexp.org/v2/shows/22832/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P7SA46TEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P7SA46TEL._SL75_.jpg",
    "song": "In the Pines",
    "track_id": "b3c0d02e-5ec0-484e-92fd-8d723665c5b0",
    "recording_id": null,
    "artist": "The Louvin Brothers",
    "artist_ids": [
        "8b604d4b-1170-4225-bc9e-d8276d94402e"
    ],
    "album": "When I Stop Dreaming: The Best of the Louvin Brothers",
    "release_id": "10d5a662-4ea9-40d1-8ce0-c12a2f341b47",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}