Information about plays

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

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

{
    "id": 2680139,
    "uri": "https://api.kexp.org/v2/plays/2680139/?format=api",
    "airdate": "2019-12-31T00:32:00-08:00",
    "show": 46261,
    "show_uri": "https://api.kexp.org/v2/shows/46261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ex-Cowboy",
    "track_id": "4b103e20-ff95-3410-83c1-e2503960ac4b",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Come On Die Young",
    "release_id": "3e24ce0c-8c65-3d11-a595-bd404d8695cc",
    "release_group_id": null,
    "labels": [
        "Chemikal Underground"
    ],
    "label_ids": [
        "6456662e-5a50-4185-bea9-3b0c7e180aef"
    ],
    "release_date": "1999-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}