Information about plays

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

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

{
    "id": 497860,
    "uri": "https://api.kexp.org/v2/plays/497860/?format=api",
    "airdate": "2001-12-18T00:09:00-08:00",
    "show": 8544,
    "show_uri": "https://api.kexp.org/v2/shows/8544/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xTxmVIYoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xTxmVIYoL._SL75_.jpg",
    "song": "Big Ole Butt",
    "track_id": "cfcad2ab-1122-49ff-a558-ed5b17363f55",
    "recording_id": null,
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Walking With a Panther",
    "release_id": "de99bc60-666e-44cb-9b66-343263c61ea7",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}