Information about plays

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

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

{
    "id": 492772,
    "uri": "https://api.kexp.org/v2/plays/492772/?format=api",
    "airdate": "2001-12-03T02:11:00-08:00",
    "show": 8449,
    "show_uri": "https://api.kexp.org/v2/shows/8449/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H8lFiuBeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H8lFiuBeL._SL75_.jpg",
    "song": "Rock and Roll",
    "track_id": "36ef3b3e-be43-40b0-97d0-0f5aef353d6d",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Definitive Collection (disc 4: Led Zeppelin IV)",
    "release_id": "a0593f62-6545-4027-b401-a94f5421bc5c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}