Information about plays

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

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

{
    "id": 3555139,
    "uri": "https://api.kexp.org/v2/plays/3555139/?format=api",
    "airdate": "2025-09-19T20:03:28-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "https://coverartarchive.org/release/b854a19b-d687-4c0a-ae30-9ea851c3fd11/21665385479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b854a19b-d687-4c0a-ae30-9ea851c3fd11/21665385479-250.jpg",
    "song": "We Are Coming Home",
    "track_id": null,
    "recording_id": "22dc61b1-d6d7-4469-b84d-c94c0b516866",
    "artist": "Pat Thomas & Marijata",
    "artist_ids": [
        "6dd5fc2d-980f-4f5c-8988-e3f83b1a5f27",
        "09435962-d4bf-4b99-bec1-44c1d82a845c"
    ],
    "album": "Coming Home (Original Ghanaian Highlife & Afrobeat Classics 1967-1981)",
    "release_id": null,
    "release_group_id": "16a8b8d9-dcf2-44d0-80aa-8c2c14a30d74",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Thomas is a Ghanaian vocalist and songwriter. He is widely known for his work in highlife bands of Ebo Taylor.\nShout out to big J in Lacey!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}