Information about plays

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

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

{
    "id": 2682039,
    "uri": "https://api.kexp.org/v2/plays/2682039/?format=api",
    "airdate": "2020-01-04T13:06:41-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melted Rainbow",
    "track_id": "a6ea15df-952f-438c-ac81-93f920522f54",
    "recording_id": null,
    "artist": "mr. Gnome",
    "artist_ids": [
        "76eb73e1-d237-481a-a5d6-4be04115f5a2"
    ],
    "album": "The Heart of a Dark Star",
    "release_id": "469c0998-c7c8-4099-8fed-74f0137915e3",
    "release_group_id": null,
    "labels": [
        "El Marko Records"
    ],
    "label_ids": [
        "06502423-2790-4323-9caa-4ae7d3b443b8"
    ],
    "release_date": "2014-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}