Information about plays

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

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

{
    "id": 3600861,
    "uri": "https://api.kexp.org/v2/plays/3600861/?format=api",
    "airdate": "2026-01-06T04:50:49-08:00",
    "show": 65576,
    "show_uri": "https://api.kexp.org/v2/shows/65576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salamat",
    "track_id": null,
    "recording_id": "136e8790-6ce2-4f71-ad7d-022a0ddde4e9",
    "artist": "The Dawn",
    "artist_ids": [
        "b5e00271-d3f1-40ab-ae07-f8e16a0b49aa"
    ],
    "album": "The Story Of: The Dawn (The Ultimate OPM Collection)",
    "release_id": null,
    "release_group_id": "2f136672-6ed7-437b-a965-b26d2651a8f3",
    "labels": [
        "PolyEast Records"
    ],
    "label_ids": [
        "74939107-8b2e-4ba0-8e69-d099f2119815"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Salamat for listening! Classic 1989 track from The Philippines\n\nhttps://www.youtube.com/watch?v=ax4I4hxuQhA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}