Information about plays

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

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

{
    "id": 3539362,
    "uri": "https://api.kexp.org/v2/plays/3539362/?format=api",
    "airdate": "2025-08-12T23:33:57-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab9d1ca5-eac7-41e6-9d48-745f34f4a24d/24594672103-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab9d1ca5-eac7-41e6-9d48-745f34f4a24d/24594672103-250.jpg",
    "song": "Two of Us",
    "track_id": null,
    "recording_id": "3c8ea6e2-cf6f-4a34-ba8d-015841773fbe",
    "artist": "Cameo",
    "artist_ids": [
        "ef4d808a-2113-44c3-9b44-1b31f026ef1e"
    ],
    "album": "Ugly Ego",
    "release_id": null,
    "release_group_id": "191679c8-6380-39d5-b481-59e811f572be",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1978-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original 1978 Cameo song \"Two of Us\" from their third album 'Ugly Ego' is sampled by Ari Lennox on her 2019 song \"Whipped Cream\".\n\nhttps://www.cameonation.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}