Information about plays

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

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

{
    "id": 2681740,
    "uri": "https://api.kexp.org/v2/plays/2681740/?format=api",
    "airdate": "2020-01-03T20:19:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Burn",
    "track_id": "ad16e004-3b77-4dee-b202-8e9411e8119a",
    "recording_id": null,
    "artist": "Jazmine Sullivan",
    "artist_ids": [],
    "album": "Reality Show",
    "release_id": "e0e0baf3-dd14-4ec6-8cbc-4c641654371b",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-01-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! Now - three artists that sampled Daft Punk: Travis Scott, Jazmine Sullivan and LCD Soundsystem! Jazmine Sullivan has 15 Grammy awards!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}