Information about plays

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

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

{
    "id": 3411738,
    "uri": "https://api.kexp.org/v2/plays/3411738/?format=api",
    "airdate": "2024-10-12T15:12:40-07:00",
    "show": 61559,
    "show_uri": "https://api.kexp.org/v2/shows/61559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fences of Stonehenge",
    "track_id": "9edd7de5-1820-4b92-ad07-a3eb2e18b20d",
    "recording_id": "2a7e1646-2cc4-4449-9fe7-0cfd38be199f",
    "artist": "Wild Pink",
    "artist_ids": [
        "94fdf751-0644-4b78-9e72-dbdce539b5b7"
    ],
    "album": "Dulling The Horns",
    "release_id": "551133d1-16c3-42ae-86aa-d8b21f3185a6",
    "release_group_id": "e93a6024-3905-4490-a53f-6abc76f4a60f",
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fifth studio album from NYC-based Wild Pink is an expansive set of Americana-tinged indie rock. With lush, vibrant soundscapes created by thrilling electric guitars, pedal steel, horns, keys and bit of fiddle for good measure, ‘Dulling The Horns’ is anything but dull, sweeping listeners up in its big hooks, driving rhythms and emotive lyricism, offering an immersive aural fever dream.\nhttps://www.wildpinkmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}