Information about plays

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

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

{
    "id": 3437757,
    "uri": "https://api.kexp.org/v2/plays/3437757/?format=api",
    "airdate": "2024-12-13T22:51:16-08:00",
    "show": 62102,
    "show_uri": "https://api.kexp.org/v2/shows/62102/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb237bd3-e3e3-4937-8a88-7ad4e5a2224d/35589657725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb237bd3-e3e3-4937-8a88-7ad4e5a2224d/35589657725-250.jpg",
    "song": "why my love?",
    "track_id": null,
    "recording_id": "9da4abbd-808c-4ac9-adf5-07f32b3b1086",
    "artist": "aja monet",
    "artist_ids": [
        "c1d14ed4-9a04-43e1-bc7b-f16471768f42"
    ],
    "album": "when the poems do what they do",
    "release_id": null,
    "release_group_id": "5de77122-ba62-4bff-ad31-f3b74928e457",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "aja is joined in effort on this album by musicians Christian Scott (trumpet), Samora Pinderhughes (piano), Elena Pinderhughes (flute), Luques Curtis (bass), Weedie Braimah (djembe) and Marcus Gilmore (drums). \n\nhttps://ajamonet.bandcamp.com/album/when-the-poems-do-what-they-do",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}