Information about plays

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

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

{
    "id": 3586504,
    "uri": "https://api.kexp.org/v2/plays/3586504/?format=api",
    "airdate": "2025-12-04T01:00:40-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "https://coverartarchive.org/release/05856bb1-0c8e-4277-87fb-0426480ab76a/3827600996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05856bb1-0c8e-4277-87fb-0426480ab76a/3827600996-250.jpg",
    "song": "Fill Me In",
    "track_id": null,
    "recording_id": "3149d6f4-c776-479b-a102-a226cd584bd5",
    "artist": "Craig David",
    "artist_ids": [
        "89e39f67-65cc-4f90-b145-b1b56c209f8a"
    ],
    "album": "Born to Do It",
    "release_id": null,
    "release_group_id": "fb75c2e9-df5a-3e86-b702-25318ce6e2b1",
    "labels": [
        "Wildstar Records"
    ],
    "label_ids": [
        "35876a52-9188-42f0-965c-29b8d92a581d"
    ],
    "release_date": "2000-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=3imO7PFU5cI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}