Information about plays

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

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

{
    "id": 2680367,
    "uri": "https://api.kexp.org/v2/plays/2680367/?format=api",
    "airdate": "2019-12-31T10:26:29-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/3bbde578-3adf-4e1e-a29b-7fed609484a4/24504020626-250.jpg",
    "thumbnail_uri": "",
    "song": "Arabesque",
    "track_id": "c4ee2bca-fd2d-4035-8c4e-403e4bab5c47",
    "recording_id": null,
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "Everyday Life",
    "release_id": "b5d90d6a-8f11-44d5-98bc-5abddb371533",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy the \"Pop Song Professor's\" discussion of the meaning of Coldplay's October release, \"Arabesque\": https://www.popsongprofessor.com/blog/2019/10/27/what-does-arabesque-by-coldplay-mean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}