Information about plays

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

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

{
    "id": 431322,
    "uri": "https://api.kexp.org/v2/plays/431322/?format=api",
    "airdate": "2001-06-04T19:17:08-07:00",
    "show": 7255,
    "show_uri": "https://api.kexp.org/v2/shows/7255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Muziki Asili Yake Wapi",
    "track_id": "659c2634-40a5-4fc9-8780-b1905229a59e",
    "recording_id": null,
    "artist": "Remmy Ongala & Orchestre Super Matimila",
    "artist_ids": [
        "421d085c-6abd-44a4-8953-1e36c9ac2a5e"
    ],
    "album": "Songs for the Poor Man",
    "release_id": "ee18627b-7e32-4f46-ab8b-7741815bbe7f",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}