Information about plays

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

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

{
    "id": 3547270,
    "uri": "https://api.kexp.org/v2/plays/3547270/?format=api",
    "airdate": "2025-08-31T18:23:14-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Make It",
    "track_id": null,
    "recording_id": null,
    "artist": "Timothy Carpenter & Triunity",
    "artist_ids": [],
    "album": "Sweeter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Praise Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Timothy Carpenter & Triunity released \"I Want to Make It\" on the 1978 album Sweeter, with Praise Records.\n\nThe track served as the main sample for Kendrick Lamar's diss track \"Meet The Grahams.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}