Information about plays

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

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

{
    "id": 3560301,
    "uri": "https://api.kexp.org/v2/plays/3560301/?format=api",
    "airdate": "2025-10-02T02:44:43-07:00",
    "show": 64722,
    "show_uri": "https://api.kexp.org/v2/shows/64722/?format=api",
    "image_uri": "https://coverartarchive.org/release/74734551-3f96-4f88-a63e-37df2620fe33/34169923443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74734551-3f96-4f88-a63e-37df2620fe33/34169923443-250.jpg",
    "song": "Here We Go Again",
    "track_id": null,
    "recording_id": "b08fcd1f-aa9b-4eaf-ade2-1011b60a8bb4",
    "artist": "Portrait",
    "artist_ids": [
        "7410ed47-3392-42a4-9ee0-abf81e94cc5a"
    ],
    "album": "Portrait",
    "release_id": null,
    "release_group_id": "747fd66a-da24-3ceb-9a2d-8922dd8ae6ec",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portrait is an American R&B and hip hop vocal quartet, consisting of members Michael Angelo Saulsberry, Irving Washington III, Eric Kirkland and Philip Johnson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}