Information about plays

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

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

{
    "id": 3553184,
    "uri": "https://api.kexp.org/v2/plays/3553184/?format=api",
    "airdate": "2025-09-15T00:50:11-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "https://coverartarchive.org/release/b89c55c2-6b89-4f85-a16a-8b11d9c2b35c/3203392659-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b89c55c2-6b89-4f85-a16a-8b11d9c2b35c/3203392659-250.jpg",
    "song": "Harpsichord Session",
    "track_id": null,
    "recording_id": "6b0ec9be-24f9-4a99-a4fe-a323b3065a11",
    "artist": "Karriem Riggins",
    "artist_ids": [
        "f5535b25-11fb-429c-8589-417ded07caf7"
    ],
    "album": "Alone Together",
    "release_id": null,
    "release_group_id": "087ee357-31b0-4452-b5ff-0b882c05dfa7",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2012-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}