Information about plays

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

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

{
    "id": 3589050,
    "uri": "https://api.kexp.org/v2/plays/3589050/?format=api",
    "airdate": "2025-12-09T20:06:05-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A You Momma",
    "track_id": null,
    "recording_id": "f06fd737-e6aa-4db6-8bec-dbe297247ce7",
    "artist": "Ginger Johnson & His African Messengers",
    "artist_ids": [
        "5a17009c-b6b0-4f47-8ed2-570de4519a59"
    ],
    "album": "African Party (Deluxe Edition)",
    "release_id": null,
    "release_group_id": "70c5a8bb-ab7f-451a-8fda-b28054656418",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Folunsho \"Ginger\" Johnson (1916 – July 15, 1975) was a Nigerian percussionist and bandleader who was a prominent musician in London from the 1950s to the early 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}