Information about plays

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

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

{
    "id": 3581473,
    "uri": "https://api.kexp.org/v2/plays/3581473/?format=api",
    "airdate": "2025-11-22T15:02:01-08:00",
    "show": 65180,
    "show_uri": "https://api.kexp.org/v2/shows/65180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Into You",
    "track_id": "9fdf0690-5ed8-4efd-b56e-c59292384b5c",
    "recording_id": "22f5e8c9-967d-417f-8941-bdb5434a00ec",
    "artist": "TC Superstar",
    "artist_ids": [
        "6919de17-5278-4bb4-b561-eff487ff395b"
    ],
    "album": "R & D",
    "release_id": "bf7b5d7d-cd1a-4947-83ae-81e6e2ada455",
    "release_group_id": "4501e4bf-8ba5-4b0f-85ee-9553fad34905",
    "labels": [
        "PorchFire Records"
    ],
    "label_ids": [
        "df34165b-264e-4876-ad94-d0c10c6e8e02"
    ],
    "release_date": "2019-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Troy's Show!\n\nDon't miss the video of \"Into You\": https://www.youtube.com/watch?v=ojEf5MNjn-g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}