Information about plays

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

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

{
    "id": 3522287,
    "uri": "https://api.kexp.org/v2/plays/3522287/?format=api",
    "airdate": "2025-07-03T20:59:30-07:00",
    "show": 63911,
    "show_uri": "https://api.kexp.org/v2/shows/63911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parallel",
    "track_id": null,
    "recording_id": "0f977cad-13bc-4843-96fe-fcd3bff1cca6",
    "artist": "Tongues in Trees",
    "artist_ids": [
        "bf62b20d-214d-4e3e-bf9e-3ab2962e38a9"
    ],
    "album": "Parallel",
    "release_id": null,
    "release_group_id": "a26709ca-829b-4e94-898c-b121502de6c9",
    "labels": [
        "Sinj Records"
    ],
    "label_ids": [
        "ec0b5914-8f45-463e-a923-110ac4208765"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Composed of artists Sunny Jain (drums), Samita Sinha (vocals), and Grey McMurray (guitar, vocals).\n\nSunny Jain is also the founder and dhol player for Red Baraat & Wild Wild East. He's toured the world with numerous artists across all genres. \n\n---\nhttps://sunnyjain.bandcamp.com/album/parallel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}