Information about plays

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

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

{
    "id": 2675820,
    "uri": "https://api.kexp.org/v2/plays/2675820/?format=api",
    "airdate": "2019-12-20T06:51:07-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/32be8e0a-91f6-3894-8469-65715089ad0b/2609560073-250.jpg",
    "thumbnail_uri": "",
    "song": "Swoon",
    "track_id": "0257db2c-72fa-3b30-8a70-ce95006d8105",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Further",
    "release_id": "32be8e0a-91f6-3894-8469-65715089ad0b",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2010-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 46. \"Further,\" came out at the beginning of the decade, on June 14th, 2010.  \"Just remember to fall in love...there's nothing else, nothing else...\" Watch the official music video for \"Swoon\":  https://www.youtube.com/watch?v=CCp_3zw-CxA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}