Information about plays

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

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

{
    "id": 3413134,
    "uri": "https://api.kexp.org/v2/plays/3413134/?format=api",
    "airdate": "2024-10-15T22:26:23-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Redbone (radio edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "Redbone",
    "release_id": null,
    "release_group_id": "e1adb327-2619-427c-acec-d8bb3efb5dca",
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2016-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Currently on European tour! https://www.childishgambino.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}