Information about plays

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

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

{
    "id": 3544422,
    "uri": "https://api.kexp.org/v2/plays/3544422/?format=api",
    "airdate": "2025-08-24T23:51:49-07:00",
    "show": 64379,
    "show_uri": "https://api.kexp.org/v2/shows/64379/?format=api",
    "image_uri": "https://coverartarchive.org/release/82a0967a-dcf8-472c-b0da-109fa12e76bc/27479983194-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82a0967a-dcf8-472c-b0da-109fa12e76bc/27479983194-250.jpg",
    "song": "Affirmations (Dennis Ferrer Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Girls of the Internet featuring Anelisa Lamola",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b",
        "f8759e9e-746b-4a30-a9b8-9307f6b781d0"
    ],
    "album": "UNKLE x Girls of the Internet (remix)",
    "release_id": null,
    "release_group_id": "47e66a22-3eab-407b-abdb-974d0afd0bc3",
    "labels": [
        "Classic"
    ],
    "label_ids": [],
    "release_date": "2025-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}