Information about plays

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

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

{
    "id": 366005,
    "uri": "https://api.kexp.org/v2/plays/366005/?format=api",
    "airdate": "2019-08-11T13:07:15-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Brother (Do Unto Others)",
    "track_id": "d85c8655-05de-457e-b1aa-a2aff242690d",
    "recording_id": null,
    "artist": "The Family Daptone",
    "artist_ids": [
        "f9699154-b192-45b7-ba4b-43d57090cffc"
    ],
    "album": "Hey Brother (Do Unto Others) / Soul Fugue",
    "release_id": "c013e305-9e47-47e5-8e14-79c17df6f363",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daptone Records celebrates a milestone by releasing their 100th 45rpm vinyl pressing. This is the A-side of this release. Hey Brother was written by reggae group the Frightnrs. Performing on the track alongside Charles Bradley and Sharon Jones are Saun & Starr, the Frightnrs, James Hunter, Naomi Shelton, Duke Amayo, and Lee Fields, and are backed instrumentally by members of the Dap-Kings and Menahan Street Band. https://daptonerecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}