Information about plays

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

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

{
    "id": 371430,
    "uri": "https://api.kexp.org/v2/plays/371430/?format=api",
    "airdate": "2019-08-23T18:22:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groove Is in the Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "World Clique",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [],
    "release_date": "1990-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request! Legendary Bootsy Collins flew in to play bass on this track for his friend DJ Dimitry and can be seen in the iconic music video. https://www.youtube.com/watch?v=etviGf1uWlg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}