Information about plays

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

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

{
    "id": 3580231,
    "uri": "https://api.kexp.org/v2/plays/3580231/?format=api",
    "airdate": "2025-11-19T12:40:12-08:00",
    "show": 65153,
    "show_uri": "https://api.kexp.org/v2/shows/65153/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Little More Time",
    "track_id": "0328a86d-13ab-409f-8f63-3b63bd406638",
    "recording_id": "6af37a2f-5705-48d2-8d5c-71854300d4e0",
    "artist": "The Woodentops",
    "artist_ids": [
        "90ae37a5-a693-4f81-893a-ca07ed365bdf"
    ],
    "album": "Granular Tales",
    "release_id": "c39b3051-9e3f-4965-a75c-c7e68a9fad97",
    "release_group_id": "07162cee-5c31-485d-988f-8f57d384139c",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2014-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The South London band formed in 1983 and was led by Rob McGinty.\n\nhttps://woodentops.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}