Information about plays

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

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

{
    "id": 3574535,
    "uri": "https://api.kexp.org/v2/plays/3574535/?format=api",
    "airdate": "2025-11-06T01:35:54-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Yourself",
    "track_id": null,
    "recording_id": null,
    "artist": "7xvethegenius feat. Monie Love",
    "artist_ids": [],
    "album": "Self 7xve 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Felicia Perry, aka 7xvethegenius (pronounced Love the Genius), is a rapper from Buffalo, NY. She has been rapping since she was just 10 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}