Information about plays

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

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

{
    "id": 366035,
    "uri": "https://api.kexp.org/v2/plays/366035/?format=api",
    "airdate": "2019-08-11T15:05:00-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evan Finds the Third Room",
    "track_id": "51bf94ac-7dfa-498a-94f1-15398032a573",
    "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": "https://khruangbin.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}