Information about plays

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

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

{
    "id": 3568745,
    "uri": "https://api.kexp.org/v2/plays/3568745/?format=api",
    "airdate": "2025-10-23T02:14:42-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "https://coverartarchive.org/release/821cfaab-a24e-4274-80d5-4b7eb96734f0/1925883052-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/821cfaab-a24e-4274-80d5-4b7eb96734f0/1925883052-250.jpg",
    "song": "Kick Your Game",
    "track_id": null,
    "recording_id": "30288601-55b7-4245-86b0-d61ffb426f9a",
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "CrazySexyCool",
    "release_id": null,
    "release_group_id": "3d886c06-a4c7-3431-be87-2b2940f07acd",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1994-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Jermaine Dupri",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}