Information about plays

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

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

{
    "id": 375709,
    "uri": "https://api.kexp.org/v2/plays/375709/?format=api",
    "airdate": "2019-09-02T18:40:36-07:00",
    "show": 6257,
    "show_uri": "https://api.kexp.org/v2/shows/6257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Salida",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Mundos",
    "artist_ids": [
        "b0c3879f-7e95-43ed-bc1e-f21cca58db5c"
    ],
    "album": "Calor Central",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Mundos recorded live session on KEXP last year here in Seattle: <br>\nhttps://bit.ly/2UK45c5<br>\n<br>\nLos Mundos grabaron su sesión en vivo para KEXP el año pasado.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}