Information about plays

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

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

{
    "id": 3522914,
    "uri": "https://api.kexp.org/v2/plays/3522914/?format=api",
    "airdate": "2025-07-05T09:51:10-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/de07de49-c3dc-4bc7-8276-4251dc12b2f2/30167721704-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de07de49-c3dc-4bc7-8276-4251dc12b2f2/30167721704-250.jpg",
    "song": "Run Revolution a Come",
    "track_id": null,
    "recording_id": "0192ce18-62de-4c01-8034-692dacee3198",
    "artist": "Hugh Mundell",
    "artist_ids": [
        "c10f2fe4-2c97-4678-b231-65e303c0eb05"
    ],
    "album": "Africa Must Be Free by 1983",
    "release_id": null,
    "release_group_id": "34789187-45f3-4dd8-90e4-5dad47a73b4e",
    "labels": [],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hugh Mundell was a highly respected Jamaican roots reggae singer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}