Information about plays

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

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

{
    "id": 3501065,
    "uri": "https://api.kexp.org/v2/plays/3501065/?format=api",
    "airdate": "2025-05-14T00:45:45-07:00",
    "show": 63454,
    "show_uri": "https://api.kexp.org/v2/shows/63454/?format=api",
    "image_uri": "https://coverartarchive.org/release/2aec11c0-41e5-4c6d-9150-8ad73548bf62/5102658391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2aec11c0-41e5-4c6d-9150-8ad73548bf62/5102658391-250.jpg",
    "song": "Deux garçons pour une fille",
    "track_id": null,
    "recording_id": "8bbabcd7-68d5-46dd-b127-6e5f1ef38395",
    "artist": "April March",
    "artist_ids": [
        "e77b7ecf-c417-4124-b255-a3a927bb604e"
    ],
    "album": "Chick Habit",
    "release_id": null,
    "release_group_id": "905ff9ff-8184-352c-8ad6-036d30a8f1ee",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1995-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "April March considers herself a 'lifelong Francophile' and her music continuously conveys that through her embrace of garage rock and French musical rhythms.\n\nhttps://www.aprilmarch.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}