Information about plays

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

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

{
    "id": 2681200,
    "uri": "https://api.kexp.org/v2/plays/2681200/?format=api",
    "airdate": "2020-01-02T11:09:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voulez-Vous",
    "track_id": "bd7dd33e-5e4e-4964-b11b-223522dd3a9c",
    "recording_id": null,
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "40/40 The Best Selection",
    "release_id": "745d8061-641a-4a8e-a8b9-38ddebb30503",
    "release_group_id": null,
    "labels": [
        "Polar"
    ],
    "label_ids": [],
    "release_date": "2014-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For sweet <b>Lucas</b> - slinging coffee at La Marzocco today. <b>We heart YOU!</b>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}