Information about plays

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

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

{
    "id": 365858,
    "uri": "https://api.kexp.org/v2/plays/365858/?format=api",
    "airdate": "2019-08-11T05:05:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hasta El Cielo",
    "track_id": "5b0f6f5c-de83-4497-90f6-77ba6b959465",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Hasta El Cielo (Con Todo El Mundo in Dub)",
    "release_id": "2bfe1c0b-ba39-4996-9b66-dad0b00df977",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album by Khruangbin with a dub spin on some old tracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}