Information about plays

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

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

{
    "id": 3429467,
    "uri": "https://api.kexp.org/v2/plays/3429467/?format=api",
    "airdate": "2024-11-24T11:14:13-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boll Weevil",
    "track_id": null,
    "recording_id": "9d16f22f-4547-4854-b602-543aac151367",
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "One Grain of Sand",
    "release_id": null,
    "release_group_id": "55a00004-98ed-446a-8bd5-ca256af1e4ba",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song about a crop devastating non-native beetle was sung as early as 1908, but became better known when Alan Lomax recorded Leadbelly’s version in 1934.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}