Information about plays

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

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

{
    "id": 3416111,
    "uri": "https://api.kexp.org/v2/plays/3416111/?format=api",
    "airdate": "2024-10-23T00:56:50-07:00",
    "show": 61648,
    "show_uri": "https://api.kexp.org/v2/shows/61648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Do the Children Play?",
    "track_id": null,
    "recording_id": "254289eb-0bcd-40ab-a98c-6b3edab2bf08",
    "artist": "Yusuf / Cat Stevens",
    "artist_ids": [
        "bf27c046-38b4-4b0f-ad65-358ed588cddf"
    ],
    "album": "Tea for the Tillerman²",
    "release_id": null,
    "release_group_id": "0853e292-94df-47fd-84cd-7b73613d1177",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2020-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last song for our Songs for Climate Action theme tonight. Stay tuned! https://catstevens.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}