Information about plays

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

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

{
    "id": 3420997,
    "uri": "https://api.kexp.org/v2/plays/3420997/?format=api",
    "airdate": "2024-11-03T18:14:58-08:00",
    "show": 61755,
    "show_uri": "https://api.kexp.org/v2/shows/61755/?format=api",
    "image_uri": "https://coverartarchive.org/release/b272d600-f4cf-4225-8bf6-8f4c2b7b3108/35861746989-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b272d600-f4cf-4225-8bf6-8f4c2b7b3108/35861746989-250.jpg",
    "song": "Hold On",
    "track_id": null,
    "recording_id": "bfa754f9-0e3b-4e36-887f-63cf473eb28c",
    "artist": "Enchantment",
    "artist_ids": [
        "80f06bbe-25fd-4663-85d4-6d9fb0e89003"
    ],
    "album": "The Best of Enchantment",
    "release_id": null,
    "release_group_id": "843118a0-fd6d-3932-9870-e49fbfa3ebf8",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enchantment is a soul/R&B band formed in Detroit, Michigan by Emanuel \"EJ\" Johnson, Joe \"Jobie\" Thomas, Bobby Green, Edgar \"Mickey\" Clanton, and David Banks. They are best known for their mid-1970s hits \"Gloria\", \"Sunshine\" and \"It's You That I Need\". Enchantment originally released \"Hold On\" in 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}