Information about plays

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

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

{
    "id": 375537,
    "uri": "https://api.kexp.org/v2/plays/375537/?format=api",
    "airdate": "2019-09-02T08:00:01-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eric B. Is President",
    "track_id": "0941b1c4-ce2f-3bea-8b0d-1069ba386597",
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full",
    "release_id": "4b2d3966-cdcf-4840-a670-ca83d30322f7",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The DEBUT single released by Eric B & Rakim (in 1986). https://ericbandrakim.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}