Information about plays

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

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

{
    "id": 3525347,
    "uri": "https://api.kexp.org/v2/plays/3525347/?format=api",
    "airdate": "2025-07-10T23:30:26-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/e320bf12-710c-4a05-8b06-90d614f426b2/36950383464-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e320bf12-710c-4a05-8b06-90d614f426b2/36950383464-250.jpg",
    "song": "Love’s Not Hard",
    "track_id": null,
    "recording_id": "3c6e8a8c-b623-4968-a5b7-6fd195dc6a6c",
    "artist": "The Early Mornings",
    "artist_ids": [
        "caf7c7d3-fc21-414c-a405-de68a80991a5"
    ],
    "album": "Ultra-Modern Rain",
    "release_id": null,
    "release_group_id": "82b24557-818e-4c49-9a88-ddc704216f03",
    "labels": [
        "Practise Music"
    ],
    "label_ids": [
        "c99696b2-da8f-410d-90bb-87e50ff6a5eb"
    ],
    "release_date": "2023-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}