Information about plays

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

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

{
    "id": 357698,
    "uri": "https://api.kexp.org/v2/plays/357698/?format=api",
    "airdate": "2019-07-22T15:49:40-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s Obvious",
    "track_id": "231205ff-15a0-3bfe-8c07-026c975aa111",
    "recording_id": null,
    "artist": "Au Pairs",
    "artist_ids": [
        "d350bc0e-10bb-47f1-9027-d1f011ae9aa8"
    ],
    "album": "Playing With a Different Sex",
    "release_id": "8c873784-eaf8-4de0-ad21-97c0df966f0f",
    "release_group_id": null,
    "labels": [
        "RPM"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Au Pairs were a British post-punk band that formed in Birmingham in 1978 and continued until 1983. The Guardian wrote \"They were clearly angry about sexism and patriarchy, and possibly angrier still about the right-on discourse of socialist feminism.\" Read the full article here: https://bit.ly/2Z156iR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}