Information about plays

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

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

{
    "id": 3519641,
    "uri": "https://api.kexp.org/v2/plays/3519641/?format=api",
    "airdate": "2025-06-27T19:26:42-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/640645f8-7eb2-4d06-8136-7d68d73b4fa5/7138791862-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/640645f8-7eb2-4d06-8136-7d68d73b4fa5/7138791862-250.jpg",
    "song": "Chiro",
    "track_id": null,
    "recording_id": "ff616d28-a545-455f-b9a0-232c15d1ae59",
    "artist": "Ayub Ogada",
    "artist_ids": [
        "2e9c624b-f2d6-456d-9778-8d0b004b8ffa"
    ],
    "album": "En Mana Kuoyo",
    "release_id": null,
    "release_group_id": "a971e8e6-d01d-3c28-8023-5889a5971878",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ayub Ogada was a Kenyan singer. He was a singer favoring the nyatiti as his characteristic instrument.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}