Information about plays

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

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

{
    "id": 3547573,
    "uri": "https://api.kexp.org/v2/plays/3547573/?format=api",
    "airdate": "2025-09-01T12:37:04-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0b730e3-bf06-4f63-93ce-299af152140b/3586725203-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0b730e3-bf06-4f63-93ce-299af152140b/3586725203-250.jpg",
    "song": "We Are Your Friends We are your friends (Scottie B, King Tutt, and Samir Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Justice vs Simian",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5",
        "c4ef06c6-b6f6-48d2-ab5a-f33c30bd3275"
    ],
    "album": "We Are Your Friends",
    "release_id": null,
    "release_group_id": "e1c11b21-2792-3244-9b29-6061f5448be9",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Because we are, we are friends\nYou'll never be alone again\nOoh, come on, ooh come on\nOoh, come on, ooh come on\n\nhttps://etjusticepourtous.bandcamp.com/\nhttps://simianpv.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}