Information about plays

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

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

{
    "id": 3555273,
    "uri": "https://api.kexp.org/v2/plays/3555273/?format=api",
    "airdate": "2025-09-20T03:12:10-07:00",
    "show": 64608,
    "show_uri": "https://api.kexp.org/v2/shows/64608/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-663eae96-a6e4-403e-ad45-21e3bf69c98c/mbid-663eae96-a6e4-403e-ad45-21e3bf69c98c-42650789384_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-663eae96-a6e4-403e-ad45-21e3bf69c98c/mbid-663eae96-a6e4-403e-ad45-21e3bf69c98c-42650789384_thumb250.jpg",
    "song": "Dibe Nuwa",
    "track_id": "c51ab57e-2032-4fbb-991d-a440f49c0f01",
    "recording_id": "05237098-b3ea-406f-96d6-8c9828369957",
    "artist": "Lijadu Sisters",
    "artist_ids": [
        "9c5c0632-dbef-4674-a90c-af04412a1508"
    ],
    "album": "Mother Africa",
    "release_id": "663eae96-a6e4-403e-ad45-21e3bf69c98c",
    "release_group_id": "e7fb73b7-3635-43e0-af37-d01f47c5350b",
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "2012-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}