Information about plays

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

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

{
    "id": 380770,
    "uri": "https://api.kexp.org/v2/plays/380770/?format=api",
    "airdate": "2019-09-14T11:30:00-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woman Of The Ghetto",
    "track_id": null,
    "recording_id": null,
    "artist": "Jennifer Lara",
    "artist_ids": [
        "b0079b6d-d464-4433-960b-072479d3d1ad"
    ],
    "album": "Dub Store Special",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Studio One and Dub Store co-produced single featuring Jennifer Lara covering Marlena Shaw's 1968 masterpiece \"Woman of the Ghetto\". This happens to be her last ever recording, riding on funky Side Walk Doctor rhythm led by Jackie Mittoo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}