Information about plays

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

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

{
    "id": 2675865,
    "uri": "https://api.kexp.org/v2/plays/2675865/?format=api",
    "airdate": "2019-12-20T09:20:13-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Change",
    "track_id": "d35a0d4a-fb97-46ba-8ca0-ce712428dff3",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "daaf88a4-61e4-4852-8d1f-f4db8382ea9c",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 17.  LCD Soundsystem's third studio album was released in May, 2010.  In this video interview, frontman James Murphy goes through the album track-by-track: https://www.youtube.com/watch?v=29nbwH6JZoQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}