Information about plays

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

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

{
    "id": 366127,
    "uri": "https://api.kexp.org/v2/plays/366127/?format=api",
    "airdate": "2019-08-11T20:16:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Fall You Wet",
    "track_id": "51f235ce-f229-4f98-9e92-9c3e1c227bc5",
    "recording_id": null,
    "artist": "Michael Seyer",
    "artist_ids": [
        "01d243c3-ff03-4470-ae10-a232981ee5b5"
    ],
    "album": "Bag O' Junk - Throwaway EP",
    "release_id": "c5510a4b-67e1-4ab6-bcae-f186a9901a16",
    "release_group_id": null,
    "labels": [
        "644744 Records DK"
    ],
    "label_ids": [],
    "release_date": "2015-12-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}