Information about plays

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

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

{
    "id": 3343726,
    "uri": "https://api.kexp.org/v2/plays/3343726/?format=api",
    "airdate": "2024-05-04T12:49:55-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia804608.us.archive.org/3/items/mbid-a2a73990-d8ee-4b9e-a679-321f53a72ecb/mbid-a2a73990-d8ee-4b9e-a679-321f53a72ecb-31239035964_thumb500.jpg",
    "thumbnail_uri": "https://ia804608.us.archive.org/3/items/mbid-a2a73990-d8ee-4b9e-a679-321f53a72ecb/mbid-a2a73990-d8ee-4b9e-a679-321f53a72ecb-31239035964_thumb250.jpg",
    "song": "In the Meantime",
    "track_id": "4dc3e802-97c2-3206-bc4c-be2b19c01c7b",
    "recording_id": "b923e3aa-0cc7-4455-97a6-42dc0bb5e0f6",
    "artist": "Spacehog",
    "artist_ids": [
        "e9022873-c482-46a0-bb78-33c15fc65b3b"
    ],
    "album": "Resident Alien",
    "release_id": "a2a73990-d8ee-4b9e-a679-321f53a72ecb",
    "release_group_id": "8ce53fe9-3878-3231-bf73-f8fc078a8691",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1995-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spacehog frontman Royston Langdon  divulged the song's meaning meaning in a Songfacts interview. \"It's me trying to reach people,\" he said. \"It's using some kind of metaphor of a worldly or inner-worldly search for the end of isolation, and the acceptance of one's self is in there.\n\nRead the full interview here: https://www.songfacts.com/blog/interviews/royston-langdon-of-spacehog",
    "play_type": "trackplay"
}