Information about plays

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

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

{
    "id": 2674787,
    "uri": "https://api.kexp.org/v2/plays/2674787/?format=api",
    "airdate": "2019-12-18T05:34:10-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Checkmate",
    "track_id": "ef8d8c03-a618-46f9-8dd9-d7457f78b466",
    "recording_id": null,
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Checkmate",
    "release_id": "b4d11f96-da4e-4ea3-9f68-3d268dd1a106",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-11-19",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "” In the words of Hot Snakes’ Rick Froberg, “Checkmate” is “big, fatty content freshly extruded from the Hot Snakes sausage machine. Same ingredients, new flav.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}