Information about plays

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

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

{
    "id": 351755,
    "uri": "https://api.kexp.org/v2/plays/351755/?format=api",
    "airdate": "2019-07-08T15:36:06-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monáe's musical career began in 2003 when she released an unofficial demo album titled The Audition.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}