Information about plays

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

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

{
    "id": 3542209,
    "uri": "https://api.kexp.org/v2/plays/3542209/?format=api",
    "airdate": "2025-08-19T21:31:37-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jai Ho",
    "track_id": null,
    "recording_id": "f9376ae2-6bb9-4b9c-8f8d-3645c8f64c97",
    "artist": "A. R. Rahman, Sukhvinder Singh, Tanvi Shah, Mahalaxmi Iyer",
    "artist_ids": [
        "e0bba708-bdd3-478d-84ea-c706413bedab",
        "47e86017-932f-4545-a842-fc385bd8513b",
        "fc8ee5d5-f03a-4e7e-97c5-624ee35c9894",
        "6d6cf6ee-9d65-4cf3-9c7e-285da470d9dd"
    ],
    "album": "Slumdog Millionaire",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}