Information about plays

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

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

{
    "id": 3401272,
    "uri": "https://api.kexp.org/v2/plays/3401272/?format=api",
    "airdate": "2024-09-16T09:28:25-07:00",
    "show": 61326,
    "show_uri": "https://api.kexp.org/v2/shows/61326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HOLLYWOOD (feat. Estavan Plazola)",
    "track_id": null,
    "recording_id": null,
    "artist": "Peso Pluma",
    "artist_ids": [
        "75e4f8ef-34c3-44fd-8467-88a7d9599f77"
    ],
    "album": "EXODO",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peso Pluma, a Mexican singer, started learning guitar as a teenager. He gained fame with his modern take on regional Mexican music, winning a Grammy for his third album, \"Génesis.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}