Information about plays

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

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

{
    "id": 3417030,
    "uri": "https://api.kexp.org/v2/plays/3417030/?format=api",
    "airdate": "2024-10-25T07:32:14-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Good Time Pushed",
    "track_id": "11df5dd9-3807-4ecd-8bbb-6455fada6b8b",
    "recording_id": "f5656026-348a-4657-964a-ba86e5da8b71",
    "artist": "Kim Deal",
    "artist_ids": [
        "760e4df4-e851-46c8-b34d-afa2e9706831"
    ],
    "album": "Nobody Loves You More",
    "release_id": "83707f8e-6f14-4b32-b361-2fdc1f526e2a",
    "release_group_id": "576c06d2-e052-4676-93cb-1bc1409f67cc",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new track features Kim Deal’s Breeders bandmates Jim Macpherson and Kelley Deal, with engineering by the late Steve Albini. It's her third single off the upcoming album, \"Nobody Love You More,\" due out on November 22nd. You can pre-order it here: https://kimdeal.bandcamp.com/album/nobody-loves-you-more",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}