Information about plays

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

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

{
    "id": 2681225,
    "uri": "https://api.kexp.org/v2/plays/2681225/?format=api",
    "airdate": "2020-01-02T13:09:59-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "https://coverartarchive.org/release/a86e01a9-6080-4a2b-8735-f676e0d4032a/21533999092-250.jpg",
    "thumbnail_uri": "",
    "song": "Look Ahead",
    "track_id": "6224b1a8-2fd7-41ef-87d7-7df3f0579dfc",
    "recording_id": null,
    "artist": "Honey Dijon feat. Tim K",
    "artist_ids": [
        "740c6238-3f5d-4e63-8836-826ad6c611ab"
    ],
    "album": "The Best of Both Worlds",
    "release_id": "a86e01a9-6080-4a2b-8735-f676e0d4032a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For you Eric - we've got ya covered. Thanks for hanging with KEXP today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}