Information about plays

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

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

{
    "id": 3589491,
    "uri": "https://api.kexp.org/v2/plays/3589491/?format=api",
    "airdate": "2025-12-10T21:47:46-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rain, Sleet, Snow",
    "track_id": null,
    "recording_id": "af390b4d-a30a-497f-b42f-5b2a7d60b575",
    "artist": "Paul Revere and the Raiders",
    "artist_ids": [
        "7f6c83a6-f048-4895-99a1-94caf32a47ef"
    ],
    "album": "A Christmas Present... And Past",
    "release_id": null,
    "release_group_id": "a59cd792-3bab-4bdc-be21-f305d65a8104",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}