Information about plays

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

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

{
    "id": 382639,
    "uri": "https://api.kexp.org/v2/plays/382639/?format=api",
    "airdate": "2019-09-18T20:00:31-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Bit of Rain",
    "track_id": "35677c08-2eb6-3eb0-ac20-826dd4241df7",
    "recording_id": null,
    "artist": "Fred Neil",
    "artist_ids": [
        "f51a55d0-5f9a-4df9-8a05-ab7bf56fa49d"
    ],
    "album": "Bleecker & MacDougal",
    "release_id": "e058e907-d6c7-486f-b93a-5c8028912839",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great piece about Fred, his history, the Greenwich Village folk scene, the surrounding figures at the time: http://www.furious.com/perfect/folkniks.html ; http://www.fredneil.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}