Information about plays

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

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

{
    "id": 380359,
    "uri": "https://api.kexp.org/v2/plays/380359/?format=api",
    "airdate": "2019-09-13T09:53:00-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Brown Is Dead (original mix)",
    "track_id": "bea097f4-68b5-40a6-adfc-b43e802230e6",
    "recording_id": null,
    "artist": "L.A. Style",
    "artist_ids": [
        "c3f71ed3-3780-4fc3-8d3d-247652cceed1"
    ],
    "album": "James Brown Is Dead",
    "release_id": "f0ed8754-85f2-4128-b541-1d1a98b0712f",
    "release_group_id": null,
    "labels": [
        "Bounce Records"
    ],
    "label_ids": [
        "433f7225-2f0f-4bf9-b4f7-201916121fd3"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}