Information about plays

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

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

{
    "id": 2675599,
    "uri": "https://api.kexp.org/v2/plays/2675599/?format=api",
    "airdate": "2019-12-19T22:58:00-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Back in Town",
    "track_id": "80c8e6f2-3346-3295-87d9-bd288969cd9b",
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Does Xmas Fiasco Style",
    "release_id": "f81386fb-64e3-4caf-88e3-9bda87b35ba0",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2000-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}