Information about plays

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

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

{
    "id": 3549009,
    "uri": "https://api.kexp.org/v2/plays/3549009/?format=api",
    "airdate": "2025-09-04T23:32:16-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/1257fc30-a514-4d83-a975-a83c5bf7f8ea/21571647176-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1257fc30-a514-4d83-a975-a83c5bf7f8ea/21571647176-250.jpg",
    "song": "Heart Too Hot to Hold",
    "track_id": null,
    "recording_id": "def25654-4190-4e22-87fb-2851b2fdc598",
    "artist": "Jesse Johnson & Stephanie Spruill",
    "artist_ids": [
        "42de2d5d-1170-4600-966c-c7864b126ecc",
        "064332e4-de73-4c11-9e7d-55f1d126c0f3"
    ],
    "album": "The Breakfast Club: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "5f831d96-26cb-3579-ad4d-e997f6bc9b61",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}