Information about plays

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

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

{
    "id": 447166,
    "uri": "https://api.kexp.org/v2/plays/447166/?format=api",
    "airdate": "2001-07-20T21:47:08-07:00",
    "show": 7555,
    "show_uri": "https://api.kexp.org/v2/shows/7555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Mother the Mountain",
    "track_id": null,
    "recording_id": null,
    "artist": "Joel RL Phelps",
    "artist_ids": [
        "92b386db-1fb2-402f-82a8-43c6d2b262a2"
    ],
    "album": "Inland Empires",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Moneyshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}