Information about plays

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

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

{
    "id": 3421724,
    "uri": "https://api.kexp.org/v2/plays/3421724/?format=api",
    "airdate": "2024-11-05T12:36:18-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stigma",
    "track_id": "faa42c34-f4da-3fe8-b79b-afe7dd902dff",
    "recording_id": "d6043531-55c6-4252-8223-9e513c7ba303",
    "artist": "Ms. Led",
    "artist_ids": [
        "d05f4ae2-b911-4d19-a428-5ea38ac342a5"
    ],
    "album": "These Things We Say",
    "release_id": "7cac18b7-dd66-4f7d-9d75-a6851815e856",
    "release_group_id": "f21ffd0f-99c9-32d2-8bfc-e41b37276917",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-11-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can purchase a sealed CD of this 2004 album here on Ebay: https://www.ebay.com/itm/184827338243",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}