Information about plays

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

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

{
    "id": 373117,
    "uri": "https://api.kexp.org/v2/plays/373117/?format=api",
    "airdate": "2019-08-27T17:52:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Land Is Your Land",
    "track_id": "720ddd31-af79-409a-9312-2de29c41f15e",
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Naturally",
    "release_id": "3ac6a66b-58f2-4068-9c57-8f44f11fe16d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing out the show with some more of Hope Sovalto's selections from her inspiring 'We The People Need To Vote' mixtape.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}