Information about plays

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

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

{
    "id": 377299,
    "uri": "https://api.kexp.org/v2/plays/377299/?format=api",
    "airdate": "2019-09-06T03:05:11-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot on the Heels of Love",
    "track_id": "075fb879-d659-4f7a-840e-4980e6513245",
    "recording_id": null,
    "artist": "HOLY",
    "artist_ids": [
        "eee79e22-1e55-4417-951f-e3e148239fd1"
    ],
    "album": "Hot on the Heels of Love",
    "release_id": "84fc41f6-4dcf-4f77-8145-3fcee21d1c7d",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2019-08-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}