Information about plays

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

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

{
    "id": 3594195,
    "uri": "https://api.kexp.org/v2/plays/3594195/?format=api",
    "airdate": "2025-12-21T20:18:54-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If This Is Love",
    "track_id": null,
    "recording_id": "ccdb39ab-1aa1-4745-aa62-fc462696e20f",
    "artist": "The Foreign Exchange",
    "artist_ids": [
        "597fd37b-5ce2-4522-9370-9f3d7e1c81f2"
    ],
    "album": "Leave It All Behind",
    "release_id": null,
    "release_group_id": "4ce61bb8-e193-3c0e-952d-1c0e7127f6bc",
    "labels": [
        "Hardboiled"
    ],
    "label_ids": [
        "2d9e7055-c4c9-4b34-b211-b1e9b298597a"
    ],
    "release_date": "2008-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Foreign Exchange released \"If This Is Love\" in 2008.\n\nThe Foreign Exchange is a music duo consisting of the rapper Phonte and the Dutch record producer Nicolay. Their music is a blend of hip hop, soul, R&B and electronica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}