Information about plays

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

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

{
    "id": 2676426,
    "uri": "https://api.kexp.org/v2/plays/2676426/?format=api",
    "airdate": "2019-12-21T17:32:05-08:00",
    "show": 46196,
    "show_uri": "https://api.kexp.org/v2/shows/46196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Did My Best",
    "track_id": "c3f345aa-ec70-4294-8c57-2a3790a6023a",
    "recording_id": null,
    "artist": "The Voidz",
    "artist_ids": [
        "6a93cb2b-d33a-42fc-a41a-542e3a887ba6"
    ],
    "album": "Did My Best",
    "release_id": "cf5bfc5a-7d2d-4369-8964-5ef5cf3ce52e",
    "release_group_id": null,
    "labels": [
        "Terrible Records"
    ],
    "label_ids": [
        "09ec3fcc-17ae-464d-8cb7-d702565af959"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the Voidz, a side project from Julian Casblancas of The Strokes. http://juliancasablancas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}