Information about plays

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

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

{
    "id": 3583878,
    "uri": "https://api.kexp.org/v2/plays/3583878/?format=api",
    "airdate": "2025-11-28T01:53:18-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diner Girls",
    "track_id": "8a16f954-7d21-3a28-9049-23161bd3e910",
    "recording_id": "efea828b-12bf-4b56-8c80-f48fbe8310be",
    "artist": "Ill Lit",
    "artist_ids": [
        "a6f759a5-4811-4997-a0d0-6b76ff245850"
    ],
    "album": "WACMusic",
    "release_id": "8c298897-30f3-4cdd-a03f-b66b075a341a",
    "release_group_id": "3820d347-3496-3941-974e-240c13768658",
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}