Information about plays

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

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

{
    "id": 2682153,
    "uri": "https://api.kexp.org/v2/plays/2682153/?format=api",
    "airdate": "2020-01-04T19:38:01-08:00",
    "show": 46292,
    "show_uri": "https://api.kexp.org/v2/shows/46292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indian Ocean (The End of Everything)",
    "track_id": "da8ecf1a-3009-43c2-9caf-a9acf93e95b3",
    "recording_id": null,
    "artist": "Math and Physics Club",
    "artist_ids": [
        "838d9c94-4d91-41e0-a28b-60518e62efe9"
    ],
    "album": "Indian Ocean (The End of Everything / In Dreams)",
    "release_id": "5d89bbb4-2bef-4b35-ac21-42082165c8fd",
    "release_group_id": null,
    "labels": [
        "Matinée Recordings"
    ],
    "label_ids": [
        "875907dc-80c0-4843-be34-fc45781f6afa"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}