Information about plays

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

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

{
    "id": 2678709,
    "uri": "https://api.kexp.org/v2/plays/2678709/?format=api",
    "airdate": "2019-12-27T08:04:23-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2536e20-e802-385d-acb7-964ed326af78/19011590959-250.jpg",
    "thumbnail_uri": "",
    "song": "Common People",
    "track_id": "e1a3ec74-0c88-496b-88c9-30e0994a01b6",
    "recording_id": null,
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Different Class",
    "release_id": "a2536e20-e802-385d-acb7-964ed326af78",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2006-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}