Information about plays

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

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

{
    "id": 3519648,
    "uri": "https://api.kexp.org/v2/plays/3519648/?format=api",
    "airdate": "2025-06-27T19:50:40-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ec03b0e-837a-44a7-8aa8-988651c7c82b/14805394414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ec03b0e-837a-44a7-8aa8-988651c7c82b/14805394414-250.jpg",
    "song": "Fulani",
    "track_id": null,
    "recording_id": "3f0f5bf4-fc9f-45a8-a151-f756be8f4139",
    "artist": "The Nile Project",
    "artist_ids": [
        "f705bd06-199f-49a2-9290-2b2606d19d52"
    ],
    "album": "Manara",
    "release_id": null,
    "release_group_id": "4df837e5-59d5-4e5a-ba73-a11a47a0e515",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nile Project was a multinational music collective inspired by a river. It sang songs in a variety of styles and languages about life along and with the Nile.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}