Information about plays

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

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

{
    "id": 2681193,
    "uri": "https://api.kexp.org/v2/plays/2681193/?format=api",
    "airdate": "2020-01-02T10:42:52-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f1e05cc-99a8-3d4b-9a30-4051f1515c65/20544523272-250.jpg",
    "thumbnail_uri": "",
    "song": "Nocturnal Sunshine",
    "track_id": "94605aeb-3d2c-3a83-a3e3-0821a7131301",
    "recording_id": null,
    "artist": "Me'Shell NdegéOcello feat. Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Stolen Moments: Red Hot + Cool",
    "release_id": "7f1e05cc-99a8-3d4b-9a30-4051f1515c65",
    "release_group_id": null,
    "labels": [
        "GRP"
    ],
    "label_ids": [
        "687726bf-86aa-442e-bcad-6f0ca5e6dcc7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}