Information about plays

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

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

{
    "id": 379187,
    "uri": "https://api.kexp.org/v2/plays/379187/?format=api",
    "airdate": "2019-09-10T15:58:43-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/70c8c63e-b985-4f4d-a9e4-1ce634e02409/16302382340-250.jpg",
    "thumbnail_uri": "",
    "song": "Alan",
    "track_id": "688b7a1c-0a85-4ca2-a2d6-0ceeb9c780f5",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "No Shape",
    "release_id": "70c8c63e-b985-4f4d-a9e4-1ce634e02409",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jackie shared a moving story of leaving an abusive relationship, writing, \"Some days I can't believe I left a 7-year abusive relationship and had the gift of starting over in beautiful Seattle with an incredible person. I'm here, how weird. Thank you Perfume Genius, Seattle, KEXP, and thank you to my love, B.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}