Information about plays

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

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

{
    "id": 355123,
    "uri": "https://api.kexp.org/v2/plays/355123/?format=api",
    "airdate": "2019-07-16T14:36:00-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Shake",
    "track_id": "b7d92cfe-d707-4888-a7cb-a46b45aa391b",
    "recording_id": null,
    "artist": "Battleme",
    "artist_ids": [
        "9be506d2-b9b8-474f-8790-be4e4296d4f5"
    ],
    "album": "Habitual Love Songs",
    "release_id": "75c570de-718a-4191-9eb2-33473ffaf1c3",
    "release_group_id": null,
    "labels": [
        "El Camino Records"
    ],
    "label_ids": [],
    "release_date": "2016-01-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=UxRExM16sgY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}