Information about plays

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

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

{
    "id": 373517,
    "uri": "https://api.kexp.org/v2/plays/373517/?format=api",
    "airdate": "2019-08-28T13:34:00-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cómo me quieres",
    "track_id": "58fabca6-011b-4595-936e-a024a358ee7a",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Con todo el mundo",
    "release_id": "b9e0c6b8-8424-495a-8649-77510bfa1303",
    "release_group_id": null,
    "labels": [
        "LateNightTales"
    ],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"El Primero\" is a love themed playlist by Rene to her boyfriend. <br>https://www.kexp.org/mixtape/ <br></br>Check out Khruangbin performing live in the KEXP studio in April, 2018. \nhttps://www.youtube.com/watch?v=DyWhFB9ijzA&t=117s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}