Information about plays

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

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

{
    "id": 497736,
    "uri": "https://api.kexp.org/v2/plays/497736/?format=api",
    "airdate": "2001-12-17T16:41:00-08:00",
    "show": 8542,
    "show_uri": "https://api.kexp.org/v2/shows/8542/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DSQoGGfaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DSQoGGfaL._SL75_.jpg",
    "song": "Plenty (feat. Erykah Badu)",
    "track_id": "df9c498b-f236-41da-bb84-64c327682cf8",
    "recording_id": null,
    "artist": "Guru",
    "artist_ids": [
        "215c6ab2-7888-4061-bd56-9fb650328106"
    ],
    "album": "Jazzmatazz, Volume 3: Streetsoul",
    "release_id": "aff7c213-fb34-4c85-8b78-544abde0092b",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}