Information about plays

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

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

{
    "id": 518989,
    "uri": "https://api.kexp.org/v2/plays/518989/?format=api",
    "airdate": "2002-02-18T05:22:00-08:00",
    "show": 8956,
    "show_uri": "https://api.kexp.org/v2/shows/8956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VPQXDS09L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VPQXDS09L._SL75_.jpg",
    "song": "Pashupatinath",
    "track_id": "f68b0517-150e-498b-809d-dffaf271f6e4",
    "recording_id": null,
    "artist": "Painkiller",
    "artist_ids": [
        "684cdd49-4239-4936-aa22-6537c0cb7891"
    ],
    "album": "Execution Ground (disc 1)",
    "release_id": "2db01a3a-3530-454c-a4f5-1e1fef5d58f2",
    "release_group_id": null,
    "labels": [
        "Subharmonic"
    ],
    "label_ids": [
        "90386b94-8306-4252-a756-f8d5b6ad3a6e"
    ],
    "release_date": "1994-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}