Information about plays

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

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

{
    "id": 375833,
    "uri": "https://api.kexp.org/v2/plays/375833/?format=api",
    "airdate": "2019-09-03T02:52:58-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweetness and Light",
    "track_id": "d0e5f6f0-29bc-3f88-9688-c74f7061ac68",
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Gala",
    "release_id": "7c22043b-2926-4286-a194-58ab444ca26b",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}