Information about plays

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

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

{
    "id": 344427,
    "uri": "https://api.kexp.org/v2/plays/344427/?format=api",
    "airdate": "2019-06-21T19:30:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groove Is in the Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Dee-Lite",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1990-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener suggestion. Have a request for a summer dance jam or want to say hi? Email dj@kexp.org, text 206-902-5397 or interact online - @djmichelemyers or #kexp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}