Information about plays

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

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

{
    "id": 3599072,
    "uri": "https://api.kexp.org/v2/plays/3599072/?format=api",
    "airdate": "2026-01-02T03:47:14-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "https://coverartarchive.org/release/028388ff-2e86-4a86-ae46-9258fb3facbe/2487338128-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/028388ff-2e86-4a86-ae46-9258fb3facbe/2487338128-250.jpg",
    "song": "Glamorous",
    "track_id": null,
    "recording_id": "42f1a2b3-6b20-4b46-872c-2dd0083921bb",
    "artist": "Fergie featuring Ludacris",
    "artist_ids": [
        "1c46e82f-4764-4d82-a33b-5d5aee5e2881",
        "0638ba22-040f-438d-83a5-9b670c4adaf5"
    ],
    "album": "The Dutchess",
    "release_id": null,
    "release_group_id": "5a4599e9-7ec3-3346-8997-5d5f33377c78",
    "labels": [
        "Universal Music Canada"
    ],
    "label_ids": [
        "6cee07d5-4cc3-4555-a629-480590e0bebd"
    ],
    "release_date": "2006-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}