Information about plays

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

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

{
    "id": 3628014,
    "uri": "https://api.kexp.org/v2/plays/3628014/?format=api",
    "airdate": "2026-03-12T06:30:02-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3ed3f96-8b8d-4257-921a-7e3aaba6d030/36735701276-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3ed3f96-8b8d-4257-921a-7e3aaba6d030/36735701276-250.jpg",
    "song": "If You Don't Want My Love",
    "track_id": null,
    "recording_id": "f27a7a5c-49c7-432d-8f2e-c5c371bb56c3",
    "artist": "Jalen Ngonda",
    "artist_ids": [
        "869851f6-ad0d-4359-98d3-3ea4ae72d543"
    ],
    "album": "Come Around and Love Me",
    "release_id": null,
    "release_group_id": "4ff7d54e-1bac-4257-bbf4-2dffeff87b33",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jalen Ngonda is a London-based artist who is currently signed to the highly regarded soul label Daptone Records.\n\nhttps://jngonda.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}