Information about plays

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

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

{
    "id": 2670949,
    "uri": "https://api.kexp.org/v2/plays/2670949/?format=api",
    "airdate": "2019-12-09T11:01:58-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Milk & Sunlight Is a Heavy Dream",
    "track_id": "cd8a2197-3cd7-4bf8-bc67-0cb7ff64b568",
    "recording_id": null,
    "artist": "Avalanche Party",
    "artist_ids": [
        "fc5d6601-d51e-4ea6-9ed5-fb4206dc5c64"
    ],
    "album": "24 Carat Diamond Trephine",
    "release_id": "3fab8d0c-7bea-477c-890b-e6a12f16c2f4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on the 22nd of November 2019, 24 Carat Diamond Trephine is the latest from Avalanche Party! <br><br> Check out this energetic KEXP performance  live from London here: https://bit.ly/38mKfvv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}