Information about plays

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

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

{
    "id": 376559,
    "uri": "https://api.kexp.org/v2/plays/376559/?format=api",
    "airdate": "2019-09-04T14:31:00-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Gave U My Love",
    "track_id": "df6bea1a-94a2-432b-967a-8ee6c4ef05ab",
    "recording_id": null,
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": "ccb82822-7164-4cb6-976b-271ebeb8490e",
    "release_group_id": null,
    "labels": [
        "KDJ"
    ],
    "label_ids": [],
    "release_date": "2019-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New-ish music from the Detroit, Michigan artist.  https://moodymann.bandcamp.com/album/sinner-kdj-48-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}