Information about plays

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

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

{
    "id": 3422385,
    "uri": "https://api.kexp.org/v2/plays/3422385/?format=api",
    "airdate": "2024-11-07T05:58:14-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia601201.us.archive.org/28/items/mbid-76db4957-df60-34a2-9fca-57f8e9f4eb09/mbid-76db4957-df60-34a2-9fca-57f8e9f4eb09-11825566547_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/28/items/mbid-76db4957-df60-34a2-9fca-57f8e9f4eb09/mbid-76db4957-df60-34a2-9fca-57f8e9f4eb09-11825566547_thumb250.jpg",
    "song": "Give Peace a Chance",
    "track_id": "8d4d0594-bc66-3d12-819b-a833a8d7b659",
    "recording_id": "eef5a00a-d061-4bcb-a52f-6bb80ef24bce",
    "artist": "Plastic Ono Band",
    "artist_ids": [
        "84f81b32-8b3a-4914-9cff-017a52f9d16b"
    ],
    "album": "Working Class Hero: The Definitive Lennon",
    "release_id": "76db4957-df60-34a2-9fca-57f8e9f4eb09",
    "release_group_id": "13f41840-4df5-3d0e-8351-6f459f0b192f",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2008-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Give Peace a Chance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}