Information about plays

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

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

{
    "id": 417148,
    "uri": "https://api.kexp.org/v2/plays/417148/?format=api",
    "airdate": "2001-04-22T14:10:35-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Fl;uffy Clouds",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Adventures Beyond The Ultra...",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Life"
    ],
    "label_ids": [
        "76dac7b0-2f18-4b10-bb07-5be955aadaa7"
    ],
    "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"
}