Information about plays

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

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

{
    "id": 415689,
    "uri": "https://api.kexp.org/v2/plays/415689/?format=api",
    "airdate": "2001-04-17T10:41:15-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RYA0Pz3vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RYA0Pz3vL._SL75_.jpg",
    "song": "Section",
    "track_id": "b3630661-b855-4b06-aa10-0c3dd6ffbdbd",
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Illadelph Halflife",
    "release_id": "c2175c1e-df6c-4b66-a559-7b73d6ac2d2e",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1996-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}