Information about plays

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

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

{
    "id": 1288716,
    "uri": "https://api.kexp.org/v2/plays/1288716/?format=api",
    "airdate": "2007-10-09T04:20:28-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shh, Put The Shiv To My Throat",
    "track_id": null,
    "recording_id": null,
    "artist": "Gay for Johnny Depp",
    "artist_ids": [
        "8fab478a-6800-4b5c-ae98-01d65eeec146"
    ],
    "album": "Blood: The Natural Lubricant (An Apocalyptic Adventure Beyond Sodom And Gomorrah)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Captains of Industry"
    ],
    "label_ids": [
        "fe18d2fb-1b6d-4d0f-857b-fdc9ae08af41"
    ],
    "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"
}