Information about plays

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

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

{
    "id": 3581179,
    "uri": "https://api.kexp.org/v2/plays/3581179/?format=api",
    "airdate": "2025-11-21T20:36:08-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/150d3462-6e4e-4525-aaf9-877923fbd1a7/5202500728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/150d3462-6e4e-4525-aaf9-877923fbd1a7/5202500728-250.jpg",
    "song": "Your House",
    "track_id": null,
    "recording_id": "8095ef81-df8a-4f95-b86e-0f7e928033a9",
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": "True Democracy",
    "release_id": null,
    "release_group_id": "723f27d0-bae3-3f12-a5e2-eb8a7551090b",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Your House\" was originally released on the album 'True Democracy' in 1982. The album was recorded over 25 days in Denmark, with legendary reggae producer Karl Pitterson. https://bit.ly/3hjHuPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}