Information about plays

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

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

{
    "id": 357225,
    "uri": "https://api.kexp.org/v2/plays/357225/?format=api",
    "airdate": "2019-07-21T10:29:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blues Ain't Nothing but a Good Woman on Your Mind",
    "track_id": "a16f12e3-fcb1-3d73-95db-628a35499a1a",
    "recording_id": null,
    "artist": "Don Covay & The Jefferson Lemon Blues Band",
    "artist_ids": [
        "2c926038-44b0-457a-8482-fc414fe0ffa2"
    ],
    "album": "The House of Blue Lights",
    "release_id": "3fbb7e40-d8ff-455f-beb5-1b5cf01e1a88",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}