Information about plays

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

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

{
    "id": 3549978,
    "uri": "https://api.kexp.org/v2/plays/3549978/?format=api",
    "airdate": "2025-09-07T09:12:42-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-250.jpg",
    "song": "Crying, Laughing, Loving, Lying",
    "track_id": null,
    "recording_id": "3c42de79-2634-499e-8acd-7ebb82f135ff",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Crying Laughing Loving Lying",
    "release_id": null,
    "release_group_id": "f34a6030-1365-47ef-9f45-545c7dcc927a",
    "labels": [
        "Pye Records"
    ],
    "label_ids": [
        "90cdd5fe-8892-4006-829e-d0f254e6a79e"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British singer was raised in the Catholic church, which he didn’t find to be a good fit, especially as a young gay person, and he turned to his brother’s record collection that included Fats Domino and Little Richard for inspiration.\nhttps://pitchfork.com/reviews/albums/labi-siffre-crying-laughing-loving-lying/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}