Information about plays

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

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

{
    "id": 2677642,
    "uri": "https://api.kexp.org/v2/plays/2677642/?format=api",
    "airdate": "2019-12-24T18:55:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drinks By The Sea",
    "track_id": "d499b7df-f45e-4227-999c-ec62e28ca92a",
    "recording_id": null,
    "artist": "The Mauskovic Dance Band",
    "artist_ids": [
        "cf6633d5-fb76-4a4d-b1a0-1a6477925a9a"
    ],
    "album": "The Mauskovic Dance Band",
    "release_id": "768fb6df-03e1-4fb1-bdd6-130007202b5f",
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Amsterdam, Netherlands, The Mauskovic Dance Band combines elements of cumbia, Afro-Caribbean rhythms & space disco! Don't miss them LIVE at Sunset Tavern on March 30 https://www.thecrocodile.com/e/the-mauskovic-dance-band-the-sunset-83907328077/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}