Information about plays

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

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

{
    "id": 3568239,
    "uri": "https://api.kexp.org/v2/plays/3568239/?format=api",
    "airdate": "2025-10-21T21:38:26-07:00",
    "show": 64898,
    "show_uri": "https://api.kexp.org/v2/shows/64898/?format=api",
    "image_uri": "https://coverartarchive.org/release/a016fee7-74f4-4162-8aaa-46cb660f3764/36547317739-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a016fee7-74f4-4162-8aaa-46cb660f3764/36547317739-250.jpg",
    "song": "Shalom Salam Peace",
    "track_id": null,
    "recording_id": null,
    "artist": "הדג נחש",
    "artist_ids": [
        "4f4563ac-c437-4bd7-8b93-539121efd071"
    ],
    "album": "Groove Machine",
    "release_id": null,
    "release_group_id": "c837434e-5158-4b4a-95fe-9ce745e52c9d",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hadag Nahash\n\nThe Jerusalem hip-hop and funk group formed in 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}