Information about plays

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

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

{
    "id": 3570746,
    "uri": "https://api.kexp.org/v2/plays/3570746/?format=api",
    "airdate": "2025-10-27T21:18:47-07:00",
    "show": 64952,
    "show_uri": "https://api.kexp.org/v2/shows/64952/?format=api",
    "image_uri": "https://coverartarchive.org/release/bdf0701e-062e-4ee6-9647-e329d15ccc4a/30445847729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bdf0701e-062e-4ee6-9647-e329d15ccc4a/30445847729-250.jpg",
    "song": "Kobe en LA 2.0",
    "track_id": null,
    "recording_id": "1f7c0e98-777c-403d-a229-09316137cf30",
    "artist": "Jhayco",
    "artist_ids": [],
    "album": "Timelezz",
    "release_id": null,
    "release_group_id": "68e5c3f5-96bd-4e21-b88c-b49d48212b14",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my favorite tracks of 2020\n\nhttps://www.youtube.com/watch?v=e4JAAIJMH9Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}