Information about plays

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

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

{
    "id": 2681421,
    "uri": "https://api.kexp.org/v2/plays/2681421/?format=api",
    "airdate": "2020-01-02T23:57:29-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/2db511f8-dd05-3309-a5f7-10dcc34fbec7/3040306494-250.jpg",
    "thumbnail_uri": "",
    "song": "Alpha Beta Gaga",
    "track_id": "ffa9907d-8c1f-34d8-8977-435a6f59dfd1",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Talkie Walkie",
    "release_id": "2db511f8-dd05-3309-a5f7-10dcc34fbec7",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Alpha Beta Gaga\" is a song by French electronic music duo Air from their third studio album, Talkie Walkie (2004).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}