Information about plays

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

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

{
    "id": 3551073,
    "uri": "https://api.kexp.org/v2/plays/3551073/?format=api",
    "airdate": "2025-09-10T00:15:57-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/baa95d0c-4c95-4c6b-91cb-e27d2f918cbb/41872397540-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/baa95d0c-4c95-4c6b-91cb-e27d2f918cbb/41872397540-250.jpg",
    "song": "Like Home",
    "track_id": null,
    "recording_id": "a4555ccf-d31d-41c1-8680-4680f6b3ff91",
    "artist": "Wretch 32 & Teni",
    "artist_ids": [
        "9a3b2d4a-2da4-49c6-9ab3-c680434dbabf",
        "b738ddfc-6f9d-4c46-8bee-92ba871f421e"
    ],
    "album": "HOME?",
    "release_id": null,
    "release_group_id": "ceb7f756-8014-4b10-8c0d-54664ec1d343",
    "labels": [
        "The Orchard"
    ],
    "label_ids": [
        "426f80c6-4d24-42ac-8af6-cd8d015c64ba"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London rapper Wretch 32 with a rare ballad - a collaboration with NIgerian artist Teni. https://www.wretch32.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}