Information about plays

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

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

{
    "id": 531224,
    "uri": "https://api.kexp.org/v2/plays/531224/?format=api",
    "airdate": "2002-03-26T03:26:55-08:00",
    "show": 9198,
    "show_uri": "https://api.kexp.org/v2/shows/9198/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OFYyLuT5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OFYyLuT5L._SL75_.jpg",
    "song": "Love Poems",
    "track_id": "4e2ae06a-85d7-428a-96e1-008173dbb6c8",
    "recording_id": null,
    "artist": "Bilal",
    "artist_ids": [
        "260097c7-d628-4a3f-966f-956ea430c0d8"
    ],
    "album": "1st Born Second",
    "release_id": "61fb659b-5aee-4f6b-b2c7-d1e6a51a69e3",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}