Information about plays

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

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

{
    "id": 415004,
    "uri": "https://api.kexp.org/v2/plays/415004/?format=api",
    "airdate": "2001-04-13T13:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41n1FmO22CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41n1FmO22CL._SL75_.jpg",
    "song": "Ever Fallen in Love (With Someone You Shouldn't've)",
    "track_id": "b5aededf-cf7f-4644-aa20-cbf5f41a5c44",
    "recording_id": null,
    "artist": "The Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Love Bites",
    "release_id": "8bdea2d1-010f-490b-baeb-6bf81161d7b9",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}