Information about plays

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

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

{
    "id": 3429468,
    "uri": "https://api.kexp.org/v2/plays/3429468/?format=api",
    "airdate": "2024-11-24T11:16:43-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Boll Weevil",
    "track_id": null,
    "recording_id": "b21cc875-239c-4abf-89c0-803789c398c7",
    "artist": "Ramblin’ Jack Elliott",
    "artist_ids": [
        "41ed6db5-7a87-4535-b9f1-67ce54598662"
    ],
    "album": "Ramblin' Jack",
    "release_id": null,
    "release_group_id": "7a2ac2b4-1ef7-4c6f-a3b4-cde4f63eacf3",
    "labels": [
        "Topic Records"
    ],
    "label_ids": [
        "ca8696b5-9e6e-4405-9148-b2e9f266eb5c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The beetle first destroyed crops in Mexico and worked its way up through the Southern states, and was able to survive many attempts by sharecroppers to eradicate it. Recorded in 1958.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}