Information about plays

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

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

{
    "id": 3578243,
    "uri": "https://api.kexp.org/v2/plays/3578243/?format=api",
    "airdate": "2025-11-14T22:47:26-08:00",
    "show": 65111,
    "show_uri": "https://api.kexp.org/v2/shows/65111/?format=api",
    "image_uri": "https://coverartarchive.org/release/b18643df-affa-4599-8249-85bb6dacdef7/21568842638-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b18643df-affa-4599-8249-85bb6dacdef7/21568842638-250.jpg",
    "song": "The First Night",
    "track_id": null,
    "recording_id": "a0aa6905-bee7-48c8-a68d-2afba5e3c564",
    "artist": "Monica",
    "artist_ids": [
        "af84073d-3b6d-4390-9d3f-bf65a91c824f"
    ],
    "album": "The Boy Is Mine",
    "release_id": null,
    "release_group_id": "d13972ee-434a-3099-9d52-82ab7034cf9a",
    "labels": [
        "Arista Records"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}