Information about plays

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

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

{
    "id": 1249969,
    "uri": "https://api.kexp.org/v2/plays/1249969/?format=api",
    "airdate": "2007-07-02T23:26:14-07:00",
    "show": 21896,
    "show_uri": "https://api.kexp.org/v2/shows/21896/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61E-tasCArL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61E-tasCArL._SL75_.jpg",
    "song": "Four Sticks",
    "track_id": "c5da2d84-c7d2-4bee-9416-a94394b11af1",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin IV",
    "release_id": "71eafe5d-33b0-4e41-9b51-754b8450302e",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1971-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}