Information about plays

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

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

{
    "id": 2681763,
    "uri": "https://api.kexp.org/v2/plays/2681763/?format=api",
    "airdate": "2020-01-03T21:34:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GET UUGLY (feat. Georgia Anne Muldrow)",
    "track_id": null,
    "recording_id": null,
    "artist": "Duckwrth",
    "artist_ids": [
        "2bc82618-2d0f-436e-adb2-8aa0774dd799"
    ],
    "album": "I'M UUGLY",
    "release_id": "a8ca8625-6e68-4140-9f8b-2fe684ad33e4",
    "release_group_id": null,
    "labels": [
        "Them Hellas"
    ],
    "label_ids": [],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream more music from DUCKWRTH, including his album from this year, here: https://soundcloud.com/duckwrth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}