Information about plays

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

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

{
    "id": 3593522,
    "uri": "https://api.kexp.org/v2/plays/3593522/?format=api",
    "airdate": "2025-12-20T15:28:32-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real or Not",
    "track_id": null,
    "recording_id": "cf26fdbe-d1dd-4fac-8c4e-7f82b85b85b3",
    "artist": "French Vanilla",
    "artist_ids": [
        "8b647c17-ca0c-4ff6-b2a7-ba63f9e4a88d"
    ],
    "album": "How Am I Not Myself?",
    "release_id": null,
    "release_group_id": "13125718-ad0d-47be-91c4-15e1e89a5a5a",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A track from this LA based act & included on Troy's Spotify playlist \"Haven't You Heard\" list of songs that you might have missed: https://open.spotify.com/playlist/1zwbSxHQG9BecnUqnWBDqZ?si=25b4930945d14e2c&pt=da7d3f1c15303009e6e93bc9e5a6d90c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}