Information about plays

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

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

{
    "id": 440022,
    "uri": "https://api.kexp.org/v2/plays/440022/?format=api",
    "airdate": "2001-06-30T00:47:08-07:00",
    "show": 7417,
    "show_uri": "https://api.kexp.org/v2/shows/7417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "bedowin the sheiks film mix",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Orbscure Trax: The Rare Excursions",
    "release_id": "50e9ffc7-9ab3-4e99-b52b-e613114b14a2",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1997-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}