Information about plays

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

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

{
    "id": 535313,
    "uri": "https://api.kexp.org/v2/plays/535313/?format=api",
    "airdate": "2002-04-06T15:42:54-08:00",
    "show": 9274,
    "show_uri": "https://api.kexp.org/v2/shows/9274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jwGIpYjUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jwGIpYjUL._SL75_.jpg",
    "song": "Dr. Feelgood (Love Is a Serious Business)",
    "track_id": null,
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "I Never Loved a Man the Way I Love You",
    "release_id": "04f4edab-4f53-4ab0-8c3f-337ce6df2a8c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}