Information about plays

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

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

{
    "id": 3544181,
    "uri": "https://api.kexp.org/v2/plays/3544181/?format=api",
    "airdate": "2025-08-24T11:45:23-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/3734fb15-cd06-4a42-88ac-64bc802fc62b/38549099299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3734fb15-cd06-4a42-88ac-64bc802fc62b/38549099299-250.jpg",
    "song": "I’d Like to Teach the World to Sing (In Perfect Harmony)",
    "track_id": null,
    "recording_id": "258ce633-633b-41cd-a314-78973d29a98a",
    "artist": "The New Seekers",
    "artist_ids": [
        "cabebdc4-5803-4605-8f3f-ddaf92f7b5ad"
    ],
    "album": "We’d Like to Teach the World to Sing",
    "release_id": null,
    "release_group_id": "2604a572-43d5-4b2d-90ca-543855091293",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anyone remember the Coca-Cola commercial that re-wrote this naive, corny song?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}