Information about plays

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

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

{
    "id": 375992,
    "uri": "https://api.kexp.org/v2/plays/375992/?format=api",
    "airdate": "2019-09-03T12:12:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With Our Eyes Closed",
    "track_id": null,
    "recording_id": null,
    "artist": "Tape Tension",
    "artist_ids": [],
    "album": "With Our Eyes Closed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2019-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tape Tension is the project of Minneapolis-based multi-instrumentalist and producer Jack Ross.  The artist says this track “deals with the struggle of putting a relationship on hold and waiting things out when you’re not together with someone because of distance, hoping things will come back together in the future. In the meantime, you’re both stuck just aimlessly exploring other people, but feeling that it’s pointless when you’re really just waiting for things to come back around with that person.”:  https://www.obscuresound.com/2019/07/premiere-tape-tension-with-our-eyes-closed/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}