Information about plays

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

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

{
    "id": 1382953,
    "uri": "https://api.kexp.org/v2/plays/1382953/?format=api",
    "airdate": "2008-06-07T21:33:00-07:00",
    "show": 24144,
    "show_uri": "https://api.kexp.org/v2/shows/24144/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bo Diddlius",
    "track_id": "3f62f308-fbca-4c0b-88d4-dcc0e1a04242",
    "recording_id": null,
    "artist": "Thee Milkshakes",
    "artist_ids": [
        "8be64576-b005-47cf-a2dc-cfbb067dd585"
    ],
    "album": "They Came They Saw They Conquered",
    "release_id": "79aa7efa-871f-4249-acd2-5dbdf37624eb",
    "release_group_id": null,
    "labels": [
        "pink dust"
    ],
    "label_ids": [],
    "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"
}