Information about plays

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

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

{
    "id": 376293,
    "uri": "https://api.kexp.org/v2/plays/376293/?format=api",
    "airdate": "2019-09-03T23:44:00-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coming Home ft. Lauryn Hill",
    "track_id": null,
    "recording_id": null,
    "artist": "Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "Coming Home",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "G.O.O.D. Music/Def Jam Recordings)"
    ],
    "label_ids": [],
    "release_date": "2019-09-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}