Information about plays

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

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

{
    "id": 372434,
    "uri": "https://api.kexp.org/v2/plays/372434/?format=api",
    "airdate": "2019-08-26T05:41:36-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/662ef0df-862d-47aa-b931-482e5c547d54/13407165633-250.jpg",
    "thumbnail_uri": "",
    "song": "Return to the Moon (Political Song for Didi Bloome to Sing, with Crescendo)",
    "track_id": "478483cd-ed8a-4156-9f63-a02d8c4d273f",
    "recording_id": null,
    "artist": "EL VY",
    "artist_ids": [
        "4137509d-f47e-4c4c-a9b1-bf50ff00a403"
    ],
    "album": "Return to the Moon",
    "release_id": "662ef0df-862d-47aa-b931-482e5c547d54",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}