Information about plays

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

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

{
    "id": 3581170,
    "uri": "https://api.kexp.org/v2/plays/3581170/?format=api",
    "airdate": "2025-11-21T20:07:51-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/53d1e69a-ba50-4097-bdf3-5c1df3cc78b8/17339704283-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53d1e69a-ba50-4097-bdf3-5c1df3cc78b8/17339704283-250.jpg",
    "song": "I'm Still In Love With You (7\" Radio Edit)",
    "track_id": null,
    "recording_id": "489b7c4a-8e74-49c6-8b8a-124e66a5231b",
    "artist": "Sean Paul featuring Sasha",
    "artist_ids": [
        "c3da3346-2643-48a7-93cd-011f6834b3d7",
        "d2461c0a-5575-4425-a225-fce0180de3fd"
    ],
    "album": "I'm Still in Love With You",
    "release_id": null,
    "release_group_id": "553e735a-1676-33da-a3dd-2a2e39c412d7",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm Still in Love with You\" is a 2003 song by Jamaican artist Sean Paul, featuring Sasha, from his album Dutty Rock. The song is a modern dancehall-style remake of Alton Ellis's original 1960s lover's rock song and tells a story about a relationship that is ending, but where one person is still in love with the other. The song was a commercial success, reaching the top 10 in the United Kingdom and the top 15 on the US Billboard Hot 100.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}