Information about plays

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

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

{
    "id": 2682540,
    "uri": "https://api.kexp.org/v2/plays/2682540/?format=api",
    "airdate": "2020-01-05T17:02:45-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AM/FM",
    "track_id": "397cf2d9-2b2d-3fca-b1ee-bd36441800f4",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Strange Weather, Isn’t It?",
    "release_id": "90ffdd57-ee78-4004-89d5-9422de1216b1",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}