Information about plays

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

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

{
    "id": 375930,
    "uri": "https://api.kexp.org/v2/plays/375930/?format=api",
    "airdate": "2019-09-03T08:33:05-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Think You're Wonderful",
    "track_id": "7abd4303-f84c-433a-b3b2-92211f6fdeb1",
    "recording_id": null,
    "artist": "Husky Loops",
    "artist_ids": [
        "cb07a14f-1237-47e0-847f-68e86fa5a96f"
    ],
    "album": "I Can't Even Speak English",
    "release_id": "4d59e0c6-2790-421d-b1d1-f78c2d9e3eb8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frontman and producer Danio says “I Think You’re Wonderful” is a song about universal love, about forgiveness, about empathy, about resilience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}