Information about plays

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

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

{
    "id": 3540802,
    "uri": "https://api.kexp.org/v2/plays/3540802/?format=api",
    "airdate": "2025-08-16T16:12:38-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "https://coverartarchive.org/release/139c40d7-ab2b-4abf-8fb6-427ec0e7760d/39293134570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/139c40d7-ab2b-4abf-8fb6-427ec0e7760d/39293134570-250.jpg",
    "song": "QUIERO OLVIDAR",
    "track_id": null,
    "recording_id": "7df15a97-a427-48f6-8948-c6df85a75b62",
    "artist": "French Police",
    "artist_ids": [
        "90cf1e25-ffc0-4637-a0fe-205736f9ce10"
    ],
    "album": "BULLY",
    "release_id": null,
    "release_group_id": "b253bfec-62e0-4109-90bb-363f6b367e35",
    "labels": [
        "FRENCH POLICE"
    ],
    "label_ids": [
        "7b555aae-aa8a-4eea-82b5-a3ef7eb13b73"
    ],
    "release_date": "2024-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Chicago\n\nhttps://frenchpolice.bandcamp.com/album/bully",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}