Information about plays

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

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

{
    "id": 376440,
    "uri": "https://api.kexp.org/v2/plays/376440/?format=api",
    "airdate": "2019-09-04T07:50:31-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/243ab50f-373a-4d0a-a5e6-419d699c40f7/19199321409-250.jpg",
    "thumbnail_uri": "",
    "song": "Make Me Feel",
    "track_id": "f3f73959-d0f6-428d-a710-c574d99e799e",
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "Make Me Feel",
    "release_id": "243ab50f-373a-4d0a-a5e6-419d699c40f7",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janelle Monáe confirmed she collaborated with Prince for the \"Make Me Feel\" single, as well as the entire album, before his death in 2016. - https://bit.ly/2HRNluj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}