Information about plays

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

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

{
    "id": 2677852,
    "uri": "https://api.kexp.org/v2/plays/2677852/?format=api",
    "airdate": "2019-12-25T07:52:00-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feliz Navidad",
    "track_id": "d4c52aa8-103d-4f50-99e9-6d45a813f21c",
    "recording_id": null,
    "artist": "shame",
    "artist_ids": [
        "3294b9ce-0bef-4080-8ae8-95bad1abd71c"
    ],
    "album": "Feliz Navidad",
    "release_id": "f502f4cf-680f-482c-9c93-2ac5e91ae16f",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2018-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}