Information about plays

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

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

{
    "id": 2679083,
    "uri": "https://api.kexp.org/v2/plays/2679083/?format=api",
    "airdate": "2019-12-28T09:01:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So We Love It",
    "track_id": "35afd970-d4eb-3af0-9e8b-9ebb223be53c",
    "recording_id": null,
    "artist": "Sugar Minott",
    "artist_ids": [
        "01d336ae-7f79-496d-94f9-211b57517b17"
    ],
    "album": "Dancehall Showcase, Volume 2",
    "release_id": "a550a902-17e5-4dd9-ab94-8159fb384b0d",
    "release_group_id": null,
    "labels": [
        "Wackie's ‎"
    ],
    "label_ids": [],
    "release_date": "2008-02-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sugar Minott, a popular Jamaican singer whose joyful, lilting voice bridged four decades of transformation in reggae music. He mastered every reggae style and made significant contributions to each of them from roots and message music into lover’s rock to the computerized techno music of the dancehall genre in the mid-’80s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}