Information about plays

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

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

{
    "id": 3438690,
    "uri": "https://api.kexp.org/v2/plays/3438690/?format=api",
    "airdate": "2024-12-16T03:42:12-08:00",
    "show": 62123,
    "show_uri": "https://api.kexp.org/v2/shows/62123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled Mashantucket Pequot Lullaby",
    "track_id": null,
    "recording_id": null,
    "artist": "Laughing Woman",
    "artist_ids": [
        "702d81a3-7a5a-4494-9c54-fd5ef867e439"
    ],
    "album": "Under the Green Corn Moon - Native American Lullabies",
    "release_id": null,
    "release_group_id": "295afc8b-5fa0-3b90-9cf2-cb18227110dd",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mashantucket Pequot\n\nThis is a traditional song that has no title. Created by the Mashantucket Pequot people in the Mohegan-Pequot language",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}