Information about plays

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

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

{
    "id": 419348,
    "uri": "https://api.kexp.org/v2/plays/419348/?format=api",
    "airdate": "2001-04-29T09:12:00-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shoulda Coulda Woulda",
    "track_id": null,
    "recording_id": null,
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "Live At The Mint",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "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"
}