Information about plays

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

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

{
    "id": 353876,
    "uri": "https://api.kexp.org/v2/plays/353876/?format=api",
    "airdate": "2019-07-13T13:36:28-07:00",
    "show": 5897,
    "show_uri": "https://api.kexp.org/v2/shows/5897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something Keeps Calling",
    "track_id": "9dd41514-e6d0-400e-aa91-2ac53f3153cd",
    "recording_id": null,
    "artist": "Raphael Saadiq featuring Rob Bacon",
    "artist_ids": [
        "8963daf2-c155-44e1-b4ae-57fa0fec24b0"
    ],
    "album": "Something Keeps Calling",
    "release_id": "3546aae3-4482-4cd7-adfd-27590900a198",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}