Information about plays

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

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

{
    "id": 344342,
    "uri": "https://api.kexp.org/v2/plays/344342/?format=api",
    "airdate": "2019-06-21T14:03:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Walk",
    "track_id": "f5c224ba-7752-38e1-8984-7622b46b583b",
    "recording_id": null,
    "artist": "Lemon Jelly",
    "artist_ids": [
        "4cbbf0d6-6c78-4e3d-ab25-91b13603cf7c"
    ],
    "album": "Lost Horizons",
    "release_id": "0f0f1e17-9e51-4398-8404-2d4c96f9d0e0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Summer Solstice! Today is the longest day of the year and we're celebrating at KEXP by breaking out some of the longest songs in our library. We're only playing tracks that are longer than Bob Dylan's \"Like a Rolling Stone\", which clocks in at 6:13. Send in your recommendations at DJ@kexp.org!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}