Information about plays

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

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

{
    "id": 3560510,
    "uri": "https://api.kexp.org/v2/plays/3560510/?format=api",
    "airdate": "2025-10-02T15:55:57-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "https://coverartarchive.org/release/80e94f8d-6ffa-44da-8523-134cc65956a7/15905839377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80e94f8d-6ffa-44da-8523-134cc65956a7/15905839377-250.jpg",
    "song": "Hier encore",
    "track_id": null,
    "recording_id": "51789916-c8a3-455f-9876-9e5710270a48",
    "artist": "Charles Aznavour",
    "artist_ids": [
        "5f264b87-d5f6-487d-aa3e-ae4c5f0c6fc9"
    ],
    "album": "100 Hits Only You",
    "release_id": null,
    "release_group_id": "d8696dea-d3d7-4a2e-90f8-61e00a459347",
    "labels": [
        "RMG Records"
    ],
    "label_ids": [
        "12640844-ed89-42c7-9653-4491b693b7d2"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bad Bunny sampled multiple elements of this song for \"MONACO.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}