Information about plays

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

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

{
    "id": 3546601,
    "uri": "https://api.kexp.org/v2/plays/3546601/?format=api",
    "airdate": "2025-08-30T06:04:12-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/10eb7931-76aa-47ef-b1a1-4fb7fca6d3af/39080952377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10eb7931-76aa-47ef-b1a1-4fb7fca6d3af/39080952377-250.jpg",
    "song": "Sinking Boat",
    "track_id": null,
    "recording_id": "8cb9d2aa-fd51-4a41-b08a-3cd3f7f10e67",
    "artist": "Infinity Song",
    "artist_ids": [
        "a7794091-fa04-458b-b3c9-913c0e025fdf"
    ],
    "album": "Metamorphosis Complete",
    "release_id": null,
    "release_group_id": "229f508f-f8a4-49a2-9911-699221cde6f7",
    "labels": [
        "Roc Nation"
    ],
    "label_ids": [
        "7204e52a-64c8-4a48-9bca-079359ee9d3f"
    ],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}