Information about plays

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

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

{
    "id": 2675595,
    "uri": "https://api.kexp.org/v2/plays/2675595/?format=api",
    "airdate": "2019-12-19T22:49:08-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Wonderland (take 2)",
    "track_id": "7b9c8740-8ea6-45d5-b49b-758113acbb92",
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Christmas in Soulsville",
    "release_id": "de1bff48-4dd6-401f-831e-05a64ad702d3",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2007-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}