Information about plays

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

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

{
    "id": 355207,
    "uri": "https://api.kexp.org/v2/plays/355207/?format=api",
    "airdate": "2019-07-16T19:39:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "African Girl",
    "track_id": "136dd2b5-c889-4c09-adb9-f58de712af5e",
    "recording_id": null,
    "artist": "Naomi Wachira",
    "artist_ids": [
        "3b07974b-2197-495d-b656-4e8e03716ced"
    ],
    "album": "African Girl",
    "release_id": "51517bfa-6b0d-4d27-b472-f3064cbce0c2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2012-11-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Naomi Wachira is a singer/songwriter from Africa but based in Seattle and really making a name for herself. Inspired by the music of Tracy Chapman and Miriam Makeba, Wachira saw the potential for song to make the world a better place and set out to create music that is hopeful and life giving. Since her arrival on the Northwest music scene, she has received numerous accolades, including being named “Best Folk Artist” by Seattle Weekly, and she has cultivated a growing base of enthusiastic fans. https://naomiwachira.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}