Information about plays

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

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

{
    "id": 3422413,
    "uri": "https://api.kexp.org/v2/plays/3422413/?format=api",
    "airdate": "2024-11-07T07:10:34-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia801503.us.archive.org/33/items/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050-16480910619_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/33/items/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050-16480910619_thumb250.jpg",
    "song": "Saudade",
    "track_id": "67407374-719d-3033-a66d-2f091bd6f8cf",
    "recording_id": "fd115c6b-39f5-4a54-b460-b2417fa397f0",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Seventh Dream of Teenage Heaven",
    "release_id": "b986ec9c-37d2-4b70-99d0-ee52d646d050",
    "release_group_id": "878f8e94-7835-34a5-9a5f-bd760330b96c",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2000-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saudade: \"a feeling of longing, melancholy, or nostalgia that is supposedly characteristic of the Portuguese or Brazilian temperament.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}