Information about plays

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

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

{
    "id": 2681579,
    "uri": "https://api.kexp.org/v2/plays/2681579/?format=api",
    "airdate": "2020-01-03T09:32:46-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lavender (feat. KAYTRANADA)",
    "track_id": "8e98437c-ca16-489a-ae79-7a349efe0b64",
    "recording_id": null,
    "artist": "BADBADNOTGOOD",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "Back to Mine: Jungle",
    "release_id": "3e90c88c-bfce-410d-9c2f-babd140a58c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian jazz musicians Badbadnotgood will be at Coachella in April, 2020. Watch the official video for \"Lavender\": https://www.youtube.com/watch?v=nbUjf_bDuNE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}