Information about plays

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

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

{
    "id": 3614702,
    "uri": "https://api.kexp.org/v2/plays/3614702/?format=api",
    "airdate": "2026-02-08T03:07:49-08:00",
    "show": 65876,
    "show_uri": "https://api.kexp.org/v2/shows/65876/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6021c37-873f-4269-8a48-532346aae7f6/19673345147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6021c37-873f-4269-8a48-532346aae7f6/19673345147-250.jpg",
    "song": "The Swiss Army Romance",
    "track_id": null,
    "recording_id": "7f6edb70-c90c-4cec-895f-784812cefdef",
    "artist": "Dashboard Confessional",
    "artist_ids": [
        "50549203-9602-451c-b49f-ff031ba8635c"
    ],
    "album": "The Swiss Army Romance",
    "release_id": null,
    "release_group_id": "d8149856-3fc3-38ff-88b9-9aa83486cc0b",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2000-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}