Information about plays

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

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

{
    "id": 353823,
    "uri": "https://api.kexp.org/v2/plays/353823/?format=api",
    "airdate": "2019-07-13T10:17:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where I'm Coming From",
    "track_id": null,
    "recording_id": null,
    "artist": "Lila Ike",
    "artist_ids": [
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In.Digg.Nation Collective/Easy Star Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggae songbird Lila Ike reminisces on her journey from dreaming to stardom. Released with a heart moving visual showing her humble beginnings with scenes in Christiana, Manchester and also clips from her days attending Manchester High School. Her mentor in the business Protoje features heavily in this video https://www.youtube.com/watch?v=9NDaJtcusi4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}