Information about plays

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

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

{
    "id": 2677874,
    "uri": "https://api.kexp.org/v2/plays/2677874/?format=api",
    "airdate": "2019-12-25T09:04:28-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Christmas",
    "track_id": "54d75ad0-1a32-4690-a1f3-997ff57dd0e6",
    "recording_id": null,
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "Last Christmas",
    "release_id": "0018c278-e71f-4269-b8c0-dd7cb1b0822d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-12-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}