Information about plays

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

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

{
    "id": 373937,
    "uri": "https://api.kexp.org/v2/plays/373937/?format=api",
    "airdate": "2019-08-29T10:12:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alexandra",
    "track_id": null,
    "recording_id": null,
    "artist": "RVG",
    "artist_ids": [
        "edaf60c0-da17-487a-9e34-d7260c730a6c"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island Records Australia"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RVG released this song in May 2019. “Alexandra is a song which came together quickly, but which felt like it uncompromisingly needed to be recorded,” says Romy Vager of the track. “The lyrics, [which] describe a story of personal oppression at the hands of one’s community, [are] an allegory for the broader oppression marginalized people are subjected to.” https://bit.ly/2GsBraS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}