Information about plays

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

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

{
    "id": 3525217,
    "uri": "https://api.kexp.org/v2/plays/3525217/?format=api",
    "airdate": "2025-07-10T15:55:57-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://coverartarchive.org/release/9618f3dc-b057-40aa-9062-e92a0ec78455/6407658292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9618f3dc-b057-40aa-9062-e92a0ec78455/6407658292-250.jpg",
    "song": "So Ghetto",
    "track_id": null,
    "recording_id": "ef8603ab-549c-4d6e-bf98-d4e47c7c2b72",
    "artist": "JAY‐Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "Vol. 3… Life and Times of S. Carter",
    "release_id": null,
    "release_group_id": "75d65362-a9b4-3e9c-82c6-5392e6615c0a",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "1999-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling the hook from Morricone's \"Sporco ma distinto.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}