Information about plays

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

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

{
    "id": 379103,
    "uri": "https://api.kexp.org/v2/plays/379103/?format=api",
    "airdate": "2019-09-10T11:54:39-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "25, Alive",
    "track_id": "a0d33472-b7fd-4f1c-9bcc-aac26b4c35b1",
    "recording_id": null,
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "While My Father Sleeps",
    "release_id": "020f1bd2-867d-4750-af53-d392c1a38801",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, dear listener, for sharing Al-Anon as a resource for those who struggle with family members who suffer from addiction.  Thanks also for this request with the line \"I don't want to be angry anymore,\" a help in working through feelings of loving detachment. Learn more about this song from Olympia band Oh, Rose:  https://earmilk.com/2019/06/17/oh-roses-single-25-alive-is-a-powerful-look-at-loss/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}