Information about plays

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

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

{
    "id": 3545739,
    "uri": "https://api.kexp.org/v2/plays/3545739/?format=api",
    "airdate": "2025-08-28T04:27:30-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/25e05dc4-51d2-4824-a98b-557862aff1a2/12594384357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25e05dc4-51d2-4824-a98b-557862aff1a2/12594384357-250.jpg",
    "song": "Mass Transit",
    "track_id": null,
    "recording_id": "695542ad-bae4-44d9-843d-cf4811eb63aa",
    "artist": "Meshell Ndegeocello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Devil’s Halo",
    "release_id": null,
    "release_group_id": "1e31e528-f5ee-4455-968b-8612219a0a93",
    "labels": [
        "Mercer Street Records"
    ],
    "label_ids": [
        "9473ab84-76fe-4153-af72-ab252361b70e"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}