Information about plays

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

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

{
    "id": 434460,
    "uri": "https://api.kexp.org/v2/plays/434460/?format=api",
    "airdate": "2001-06-14T02:45:00-07:00",
    "show": 7312,
    "show_uri": "https://api.kexp.org/v2/shows/7312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Sun Cheyenne",
    "track_id": null,
    "recording_id": null,
    "artist": "Soul Drummers",
    "artist_ids": [
        "62de9c35-a40b-44db-b388-d405dba2a61f"
    ],
    "album": "Om Lounge 5 compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Om"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}