Information about plays

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

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

{
    "id": 2683086,
    "uri": "https://api.kexp.org/v2/plays/2683086/?format=api",
    "airdate": "2020-01-07T03:07:02-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a9c5048-d59e-35ad-a555-00be7dd9e69f/16287448893-250.jpg",
    "thumbnail_uri": "",
    "song": "Needle in the Hay",
    "track_id": "eca1067a-6623-3483-8b64-694c588d6f15",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Elliott Smith",
    "release_id": "1a9c5048-d59e-35ad-a555-00be7dd9e69f",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "1998-08-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Needle in the Hay\" made Rolling Stone's 15 Songs You Didn't Know Were About Drugs list: https://bit.ly/2QurgIw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}