Information about plays

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

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

{
    "id": 374698,
    "uri": "https://api.kexp.org/v2/plays/374698/?format=api",
    "airdate": "2019-08-31T01:49:51-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After Images",
    "track_id": "d82a956c-4c6e-4450-bd1a-9ed1867dfda1",
    "recording_id": null,
    "artist": "Moor Mother",
    "artist_ids": [
        "16610cf1-5ed5-4770-89b4-bf7e7aca7ebf"
    ],
    "album": "Analog Fluids of Sonic Black Holes",
    "release_id": "32c4620c-8405-4d80-b3a1-4510edcf9929",
    "release_group_id": null,
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philly's Camae Ayewa aka Moor Mother teamed with Godflesh’s Justin Broadrick on the lead single from her second record, out November 8th - https://youtu.be/VeZIqemkrD8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}