Information about plays

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

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

{
    "id": 3552214,
    "uri": "https://api.kexp.org/v2/plays/3552214/?format=api",
    "airdate": "2025-09-12T19:36:39-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "https://coverartarchive.org/release/78fab71c-68fd-481e-ae7f-fde403e3c880/40474329113-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78fab71c-68fd-481e-ae7f-fde403e3c880/40474329113-250.jpg",
    "song": "Bad Girl",
    "track_id": null,
    "recording_id": "32855669-76c9-4cf2-898a-ff9b8d0b82ac",
    "artist": "Wizkid feat. Asake",
    "artist_ids": [
        "efc5d365-a448-4e2f-9b5f-4a7c84be725c",
        "2b37ba5e-2162-46ca-bbad-f076f6a333bd"
    ],
    "album": "Morayo",
    "release_id": null,
    "release_group_id": "276f9457-a02c-4efd-80e3-b213dfc7490b",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weezy & Mr. Money!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}