Information about plays

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

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

{
    "id": 2680918,
    "uri": "https://api.kexp.org/v2/plays/2680918/?format=api",
    "airdate": "2020-01-01T18:19:00-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Never Get Out of This World Alive",
    "track_id": "287aca18-30c4-3a45-833a-3b44860b13db",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "Alone and Forsaken",
    "release_id": "6ac26014-c114-3e19-8eb0-f31bd830d8bd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The last single released during Hank’s lifetime ; paying tribute tonight to Hank Williams, who passed away on this day in 1953",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}