Information about plays

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

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

{
    "id": 427791,
    "uri": "https://api.kexp.org/v2/plays/427791/?format=api",
    "airdate": "2001-05-25T00:08:00-07:00",
    "show": 7184,
    "show_uri": "https://api.kexp.org/v2/shows/7184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4rth time around",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan and The Band",
    "artist_ids": [],
    "album": "Live in England, May 1966",
    "release_id": "44397c0a-fb71-41c9-957f-d398a4c3ca58",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}