Information about plays

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

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

{
    "id": 3574102,
    "uri": "https://api.kexp.org/v2/plays/3574102/?format=api",
    "airdate": "2025-11-05T00:11:11-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart of the Country",
    "track_id": "fd637769-71a4-3adc-874e-c0bd240a2d33",
    "recording_id": "248c7ba4-52e6-40b5-b7a6-1a9635f65c3f",
    "artist": "Paul McCartney & Linda McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af",
        "10b860bf-f225-4ee0-8c28-e32f1759b4a2"
    ],
    "album": "Ram",
    "release_id": "435b63d0-4e90-3695-a9ac-ca40b79c46f9",
    "release_group_id": "434d4068-8404-359a-9585-3376d3d1680d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1988-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}