Information about plays

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

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

{
    "id": 1379519,
    "uri": "https://api.kexp.org/v2/plays/1379519/?format=api",
    "airdate": "2008-05-28T07:51:14-07:00",
    "show": 24075,
    "show_uri": "https://api.kexp.org/v2/shows/24075/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41m5qyfzJoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41m5qyfzJoL._SL75_.jpg",
    "song": "Not If You Were the Last Dandy on Earth",
    "track_id": "3a3476af-f1a1-4869-b1b7-9e92341835e7",
    "recording_id": null,
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Tepid Peppermint Wonderland: A Retrospective (disc 2)",
    "release_id": "9cc6a8df-e217-4d3b-9208-1ccd6d5bf20c",
    "release_group_id": null,
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}