Information about plays

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

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

{
    "id": 2682481,
    "uri": "https://api.kexp.org/v2/plays/2682481/?format=api",
    "airdate": "2020-01-05T13:35:00-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep on Looking (Kenny Dope remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Daptone Records Remixed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eighteen track double album features original tracks from Daptone Records artists, and the remixes by well-known producers, including Mark Ronson, Tiklah, and Kenny Dope. https://daptonerecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}