Information about plays

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

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

{
    "id": 371798,
    "uri": "https://api.kexp.org/v2/plays/371798/?format=api",
    "airdate": "2019-08-24T15:41:38-07:00",
    "show": 6193,
    "show_uri": "https://api.kexp.org/v2/shows/6193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sophisticated Honky",
    "track_id": "2443e305-fbf4-3d9d-a7ba-df25d00f3114",
    "recording_id": null,
    "artist": "Orgone",
    "artist_ids": [
        "8a7a7d2c-f9c9-475b-be6d-daceaeba8f32"
    ],
    "album": "The Killion Floor",
    "release_id": "33213aee-e488-4974-8efd-5ac5a793c37c",
    "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": "Orgone performed LIVE on KEXP back in 2012. Watch the video here: https://www.youtube.com/watch?v=FCTzGMW3X3A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}