Information about plays

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

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

{
    "id": 3650977,
    "uri": "https://api.kexp.org/v2/plays/3650977/?format=api",
    "airdate": "2026-05-05T16:51:50-07:00",
    "show": 66639,
    "show_uri": "https://api.kexp.org/v2/shows/66639/?format=api",
    "image_uri": "https://coverartarchive.org/release/06638016-addb-4638-84f3-2e9b5724e42b/36247880036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06638016-addb-4638-84f3-2e9b5724e42b/36247880036-250.jpg",
    "song": "Rubicon",
    "track_id": null,
    "recording_id": "c5aeffb7-cf62-4092-aeeb-5821f9c4cb9d",
    "artist": "Peso Pluma",
    "artist_ids": [
        "75e4f8ef-34c3-44fd-8467-88a7d9599f77"
    ],
    "album": "Génesis",
    "release_id": null,
    "release_group_id": "9b969e18-b326-48b5-a04e-c069eb6faefe",
    "labels": [
        "Double P Records"
    ],
    "label_ids": [
        "505cecb3-8694-4a68-b3ef-c0196acee7e7"
    ],
    "release_date": "2023-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peso Pluma (real name Hassan Emilio Kabande Laija) was born on the outskirts of Guadalajara, Mexico, spending time as a teen in New York, and also attending high school in San Antonio, Texas. The Mexican artist started writing his own lyrics as a teen, and learned how to play guitar by watching YouTube videos.  His debut album, 2020's 'Ah y Qué?,' did not chart, though his third effort, 2023's 'Genesis' peaked at No. 3 on the Billboard 200.\nhttps://www.pesopluma.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}