Information about plays

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

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

{
    "id": 377903,
    "uri": "https://api.kexp.org/v2/plays/377903/?format=api",
    "airdate": "2019-09-07T10:33:13-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Engine 54",
    "track_id": "6890d1a4-a091-3e71-8d6c-2886070f9cf1",
    "recording_id": null,
    "artist": "The Ethiopians",
    "artist_ids": [
        "1646c8fd-d950-4978-b944-0c7597a7837a"
    ],
    "album": "Engine 54",
    "release_id": "c2874697-26f8-4537-a02c-40a9650d2041",
    "release_group_id": null,
    "labels": [
        "Spectrum Music"
    ],
    "label_ids": [
        "b1ee0ca2-0aae-4d46-bb8e-11c0f20361ff"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}