Information about plays

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

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

{
    "id": 3522923,
    "uri": "https://api.kexp.org/v2/plays/3522923/?format=api",
    "airdate": "2025-07-05T10:17:59-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b1b71a8-7cec-4219-bc9a-703ef93c4a6f/33070946936-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b1b71a8-7cec-4219-bc9a-703ef93c4a6f/33070946936-250.jpg",
    "song": "Message From The King",
    "track_id": null,
    "recording_id": "44d57602-072e-4ae7-ac3e-86cb723e85e6",
    "artist": "Prince Far I",
    "artist_ids": [
        "86f26c3e-c6ac-4829-ac22-f1a2133d4ffe"
    ],
    "album": "Beyond the Frontline",
    "release_id": null,
    "release_group_id": "c4360dae-1f32-3319-8e79-67b0963b01ff",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince Far I was a Jamaican reggae deejay and producer, and a Rastafarian. He was known for his gruff voice and critical assessment of the Jamaican government. His track \"Heavy Manners\" used lyrics about government measures initiated at the time against violent crime.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}