Information about plays

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

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

{
    "id": 2680846,
    "uri": "https://api.kexp.org/v2/plays/2680846/?format=api",
    "airdate": "2020-01-01T14:31:00-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Inspiration",
    "track_id": null,
    "recording_id": null,
    "artist": "Lila Ike",
    "artist_ids": [
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "Rock & Groove Riddim",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In.Digg.Nation.Collective"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rock & Groove is about what the Riddim represents. There’s been a growing movement of female artists emerging from Reggae based culture. A wind of change is sweeping the scene. And ultimately, they are collectively moving the goalposts to be equal with the men.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}