Information about plays

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

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

{
    "id": 368359,
    "uri": "https://api.kexp.org/v2/plays/368359/?format=api",
    "airdate": "2019-08-16T18:17:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Los Ageless",
    "track_id": null,
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Massseduction",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Loma Vista"
    ],
    "label_ids": [],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this stripped down acoustic version performed in-studio. Just the artist, her guitar, voice, kimono, and sunglasses. https://www.youtube.com/watch?v=xLqIkLxGKXI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}