Information about plays

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

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

{
    "id": 380519,
    "uri": "https://api.kexp.org/v2/plays/380519/?format=api",
    "airdate": "2019-09-13T19:55:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Luck",
    "track_id": "614d101e-fe35-4e8b-9d55-a0fb36f63707",
    "recording_id": null,
    "artist": "Basement Jaxx",
    "artist_ids": [],
    "album": "Kish Kash",
    "release_id": "17070c37-d51f-4aed-9c40-329b70892ade",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Set about luck for Friday the 13th. Featuring vocalist Lisa Kekaula lead singer from the rock and soul band The Bellrays.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}