Information about plays

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

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

{
    "id": 3525869,
    "uri": "https://api.kexp.org/v2/plays/3525869/?format=api",
    "airdate": "2025-07-12T06:57:15-07:00",
    "show": 63990,
    "show_uri": "https://api.kexp.org/v2/shows/63990/?format=api",
    "image_uri": "https://coverartarchive.org/release/bdcae3a0-4d5a-4a43-a8ab-4e3130a707a7/27167096330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bdcae3a0-4d5a-4a43-a8ab-4e3130a707a7/27167096330-250.jpg",
    "song": "i'm gonna tell my therapist on you",
    "track_id": null,
    "recording_id": "af8565a6-6462-418c-aa72-0c5afc6526a6",
    "artist": "Pinkshift",
    "artist_ids": [
        "49d47930-aaba-4caf-8a80-31be20d0e8f6"
    ],
    "album": "I'm Gonna Tell My Therapist on You",
    "release_id": null,
    "release_group_id": "24367bf1-7177-4172-b95b-412a8674c61d",
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [
        "30204406-1596-4508-81b3-2f27e41c6c14"
    ],
    "release_date": "2020-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}